Fix annotation for spire-oidc deployment (#457)

This commit is contained in:
Marco Franssen
2023-08-18 10:06:15 -07:00
committed by GitHub
parent 5e2e8a9188
commit 76e3665396
@@ -6,8 +6,8 @@ metadata:
namespace: {{ include "spiffe-oidc-discovery-provider.namespace" . }}
labels:
{{- include "spiffe-oidc-discovery-provider.labels" . | nindent 4 }}
annotations:
{{- with .Values.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
spec: