Add back --cert-dir option for init phase certs sa

parent 9f4a495a
...@@ -115,6 +115,7 @@ func newCertSubPhases() []workflow.Phase { ...@@ -115,6 +115,7 @@ func newCertSubPhases() []workflow.Phase {
Short: "Generates a private key for signing service account tokens along with its public key", Short: "Generates a private key for signing service account tokens along with its public key",
Long: saKeyLongDesc, Long: saKeyLongDesc,
Run: runCertsSa, Run: runCertsSa,
InheritFlags: []string{options.CertificatesDir},
} }
subPhases = append(subPhases, saPhase) subPhases = append(subPhases, saPhase)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment