Add Makefile and make options configurable

Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
James Munnelly
2019-04-29 18:47:23 +01:00
parent 8d973b09a6
commit a598b0e126
4 changed files with 27 additions and 34 deletions

View File

@@ -14,7 +14,7 @@ certManager:
image:
repository: mycompany/webhook-image
tag: stable
tag: latest
pullPolicy: IfNotPresent
nameOverride: ""
@@ -24,19 +24,6 @@ service:
type: ClusterIP
port: 443
ingress:
enabled: false
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
path: /
hosts:
- chart-example.local
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little