Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
okozachenko1203 committed Feb 27, 2024
1 parent d689611 commit cfa6fcf
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
{{- if not (empty .Values.conf.ca_cert) }}
- --keystone-ca-file
- /etc/kubernetes/cloud_ca.crt
{{- end }}
{{- end }}
- --listen
- 127.0.0.1:8443
ports:
Expand All @@ -64,7 +64,7 @@ spec:
subPath: cloud_ca.crt
name: cloud-cert
readOnly: true
{{- end -}}
{{- end }}
- mountPath: /etc/kubernetes/pki
name: k8s-certs
readOnly: true
Expand All @@ -78,7 +78,7 @@ spec:
secret:
secretName: {{ include "k8s-keystone-auth.fullname" . }}-ca
defaultMode: 0444
{{- end -}}
{{- end }}
- hostPath:
path: /etc/kubernetes/pki
type: DirectoryOrCreate
Expand Down

0 comments on commit cfa6fcf

Please sign in to comment.