mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-13 14:30:35 +00:00
cmd/k8s-operator: fix chart syntax error (#10333)
Updates #9222 Signed-off-by: Irbe Krumina <irbe@tailscale.com>
This commit is contained in:
@@ -29,7 +29,7 @@ spec:
|
|||||||
serviceAccountName: operator
|
serviceAccountName: operator
|
||||||
{{- with .Values.operatorConfig.podSecurityContext }}
|
{{- with .Values.operatorConfig.podSecurityContext }}
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.operatorConfig.podSecurityContext | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
volumes:
|
volumes:
|
||||||
- name: oauth
|
- name: oauth
|
||||||
|
Reference in New Issue
Block a user