adding insecure TLS to Helm chart

pull/454/head
Daniel O'Brien 7 years ago
parent 44b9701c94
commit 009e2457f2

@ -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…
Cancel
Save