Skip to content

Commit

Permalink
sort
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed Jun 13, 2024
1 parent de23a5d commit fd3c1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/k8s/pkg/k8sd/setup/kube_controller_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ func KubeControllerManager(snap snap.Snap) error {
"--profiling": "false",
"--root-ca-file": path.Join(snap.KubernetesPKIDir(), "ca.crt"),
"--service-account-private-key-file": path.Join(snap.KubernetesPKIDir(), "serviceaccount.key"),
"--use-service-account-credentials": "true",
"--terminated-pod-gc-threshold": "12500",
"--use-service-account-credentials": "true",
}
// enable cluster-signing if certificates are available
if _, err := os.Stat(path.Join(snap.KubernetesPKIDir(), "ca.key")); err == nil {
Expand Down

0 comments on commit fd3c1db

Please sign in to comment.