Skip to content

Commit

Permalink
Merge pull request #112 from sttts/sttts-server-root-ca
Browse files Browse the repository at this point in the history
server: wire kcp-ca as root-ca, ending up in service account token secrets
  • Loading branch information
kcp-ci-bot authored Oct 16, 2024
2 parents fc36f72 + 952891c commit 528b984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kcp/templates/server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ spec:
- --tls-cert-file=/etc/kcp/tls/server/tls.crt
- --service-account-key-file=/etc/kcp/tls/service-account/tls.key
- --service-account-private-key-file=/etc/kcp/tls/service-account/tls.key
- --root-ca-file=/etc/kcp/tls/service-account-ca/tls.crt
- --root-ca-file=/etc/kcp/tls/ca/tls.crt
- --enable-home-workspaces={{ .Values.kcp.homeWorkspaces.enabled }}
{{- if .Values.kcp.logicalClusterAdminFlag }}
- --logical-cluster-admin-kubeconfig=/etc/kcp/logical-cluster-admin/kubeconfig/kubeconfig
Expand Down

0 comments on commit 528b984

Please sign in to comment.