Fixed secret name

This commit is contained in:
2025-04-18 03:51:59 +02:00
parent 3b09655783
commit e78a7b63da

View File

@@ -73,6 +73,7 @@ impl AccessControlRule {
let secret = Secret {
metadata: ObjectMeta {
name: Some(ctx.secret_name.clone()),
..Default::default()
},
string_data: Some(contents),