cmd/k8s-operator: fix chart syntax error (#10333)

Updates #9222

Signed-off-by: Irbe Krumina <irbe@tailscale.com>
pull/10342/head
Irbe Krumina 7 months ago committed by GitHub
parent 2fa219440b
commit 4f80f403be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,7 +29,7 @@ spec:
serviceAccountName: operator
{{- with .Values.operatorConfig.podSecurityContext }}
securityContext:
{{- toYaml .Values.operatorConfig.podSecurityContext | nindent 8 }}
{{- toYaml . | nindent 8 }}
{{- end }}
volumes:
- name: oauth

Loading…
Cancel
Save