Skip to content

Commit

Permalink
handling insecure connections
Browse files Browse the repository at this point in the history
  • Loading branch information
surya9839 committed Sep 4, 2024
1 parent 231869d commit 2bf42db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cis-k8s-job/templates/cis-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ spec:
value: {{ .Values.accuknox.tenantId | quote}}
- name: URL
value: {{ .Values.accuknox.url }}
- name: CERT_BUNDLE_URL
value: {{ .Values.accuknox.certBundleURL }}
- name: USE_INSECURE_CONNECTION
value: {{ .Values.accuknox.useInsecureConnection | quote }}
volumeMounts:
- mountPath: /data
name: datapath
Expand Down

0 comments on commit 2bf42db

Please sign in to comment.