mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
11 lines
246 B
YAML
11 lines
246 B
YAML
{{- if .Values.opa -}}
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: {{ template "opa.fullname" . }}-config
|
|
labels:
|
|
{{ include "opa.labels.standard" . | indent 4 }}
|
|
type: Opaque
|
|
data:
|
|
config.yaml: {{ toYaml .Values.opa | b64enc }}
|
|
{{- end -}} |