Skip to content

Commit

Permalink
fix: indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
willsamu committed Apr 16, 2024
1 parent 0f751de commit bda8c14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cockroachdb/templates/job-certSelfSigner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ spec:
value: {{ .Release.Namespace | quote }}
- name: CLUSTER_DOMAIN
value: {{ .Values.clusterDomain}}
{{- with .Values.tls.selfSigner.resources }}
resources: {{- toYaml . | nindent 14 }}
{{- end }}
{{- with .Values.tls.selfSigner.resources }}
resources: {{- toYaml . | nindent 12 }}
{{- end }}
{{- if and .Values.tls.certs.selfSigner.securityContext.enabled }}
securityContext:
allowPrivilegeEscalation: false
Expand Down

0 comments on commit bda8c14

Please sign in to comment.