Inherit certPhaseFlags for SA
This commit is contained in:
		@@ -95,7 +95,7 @@ func newCertSubPhases() []workflow.Phase {
 | 
				
			|||||||
		Short:        "Generate a private key for signing service account tokens along with its public key",
 | 
							Short:        "Generate 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},
 | 
							InheritFlags: getCertPhaseFlags("sa"),
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	subPhases = append(subPhases, saPhase)
 | 
						subPhases = append(subPhases, saPhase)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user