fix secret name is different when edit as yaml (#230)

Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
Andy Lee 2025-04-07 10:47:50 +08:00 committed by GitHub
parent de4edbbf3b
commit 19bea97106
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -669,7 +669,7 @@ export default {
} }
}); });
if (!this.secretName || this.needNewSecret) { if (!this.secretName) {
this.secretName = this.generateSecretName(this.secretNamePrefix); this.secretName = this.generateSecretName(this.secretNamePrefix);
} }