Skip to content

Commit

Permalink
fixup! feat: allow to customize the blocked labels
Browse files Browse the repository at this point in the history
Signed-off-by: Yoan Blanc <[email protected]>
  • Loading branch information
greut committed Nov 12, 2024
1 parent e4760ab commit c86da2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cluster-secret/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
{{- end }}
containers:
- env:
{{- .Values.env | default [] | toYAML | nindent 8 }}
{{- .Values.env | toYaml | nindent 8 }}
- name: KUBERNETES_CLUSTER_DOMAIN
value: {{ .Values.kubernetesClusterDomain }}
- name: CLUSTER_SECRET_VERSION
Expand Down

0 comments on commit c86da2a

Please sign in to comment.