fix(clustertool): correct sopssecret yaml filename
This commit is contained in:
@@ -435,7 +435,7 @@ func GetSecKey() (string, error) {
|
||||
}
|
||||
|
||||
func GenSopsSecret() error {
|
||||
secretPath := filepath.Join(helper.ClusterPath, "kubernetes", "flux-system", "flux", "sopsscret.secret.yaml")
|
||||
secretPath := filepath.Join(helper.ClusterPath, "kubernetes", "flux-system", "flux", "sopssecret.secret.yaml")
|
||||
ageSecKey, err := GetSecKey()
|
||||
// Generate Kubernetes secret YAML content
|
||||
secret := map[string]interface{}{
|
||||
|
||||
Reference in New Issue
Block a user