mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 13:11:43 +00:00
fix secret name is different when edit as yaml (#230)
Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
parent
de4edbbf3b
commit
19bea97106
@ -669,7 +669,7 @@ export default {
|
||||
}
|
||||
});
|
||||
|
||||
if (!this.secretName || this.needNewSecret) {
|
||||
if (!this.secretName) {
|
||||
this.secretName = this.generateSecretName(this.secretNamePrefix);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user