Skip to content

Commit

Permalink
Merge pull request #1535 from facchettos/k0s-fix-secret
Browse files Browse the repository at this point in the history
K0s fix secret
  • Loading branch information
FabianKramm committed Feb 9, 2024
2 parents d6187b0 + 91b75ca commit cd6ffdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/k0s/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ stringData:
etcd:
externalCluster:
endpoints: ["127.0.0.1:2379"]
caFile: /data/pki/k0s/etcd/ca.crt
caFile: /data/k0s/pki/etcd/ca.crt
etcdPrefix: "/registry"
clientCertFile: /data/k0s/pki/apiserver-etcd-client.crt
clientKeyFile: /data/k0s/pki/apiserver-etcd-client.key
Expand Down

0 comments on commit cd6ffdf

Please sign in to comment.