Fixed secret name
This commit is contained in:
parent
3b09655783
commit
e78a7b63da
|
@ -73,6 +73,7 @@ impl AccessControlRule {
|
|||
|
||||
let secret = Secret {
|
||||
metadata: ObjectMeta {
|
||||
name: Some(ctx.secret_name.clone()),
|
||||
..Default::default()
|
||||
},
|
||||
string_data: Some(contents),
|
||||
|
|
Loading…
Reference in New Issue
Block a user