Merge pull request #454 from InTheCloudDan/helm-tls-option
adding insecure TLS to Helm chart
This commit is contained in:
commit
cdd214b889
@ -24,6 +24,7 @@ spec:
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
args:
|
||||
- "-log-level={{ .Values.logLevel }}"
|
||||
{{ if .Values.insecureTls }}- "--insecure-tls" {{end}}
|
||||
ports:
|
||||
- name: clair-api
|
||||
containerPort: {{ .Values.service.internalApiPort }}
|
||||
|
@ -3,6 +3,7 @@
|
||||
# Declare variables to be passed into your templates.
|
||||
replicaCount: 1
|
||||
logLevel: info
|
||||
insecureTls: false
|
||||
image:
|
||||
repository: quay.io/coreos/clair-git
|
||||
tag: latest
|
||||
|
Loading…
Reference in New Issue
Block a user