Skip to content

Commit

Permalink
add system cert path to the env
Browse files Browse the repository at this point in the history
  • Loading branch information
krishbajaj1609 committed Mar 2, 2025
1 parent 9a38c41 commit 309d577
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/enterprise-kyverno-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ spec:
value: /var/local
- name: HELM_CACHE_HOME
value: /var/local/helmcache
- name: SYSTEM_CERT_PATH
value: "{{ .Values.systemCertPath | default "/etc/ssl/certs" }}"
{{- with .Values.envVars }}
{{- toYaml . | nindent 10 }}
{{- end }}
Expand Down

0 comments on commit 309d577

Please sign in to comment.