Skip to content

Commit

Permalink
fix(prometheus-adapter): added missing bracket
Browse files Browse the repository at this point in the history
Signed-off-by: James Neate <[email protected]>
  • Loading branch information
jneate committed Nov 24, 2023
1 parent dc10bba commit 66b73ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/prometheus-adapter/templates/psp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: policy/v1beta1
kind: PodSecurityPolicy
metadata:
name: {{ template "k8s-prometheus-adapter.fullname" . }}
{{- with (merge .Values.customAnnotations .Values.psp.annotations }}
{{- with (merge .Values.customAnnotations .Values.psp.annotations) }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
Expand Down

0 comments on commit 66b73ca

Please sign in to comment.