Compare commits
2 Commits
3b09655783
...
3470d4ca4f
Author | SHA1 | Date | |
---|---|---|---|
3470d4ca4f | |||
e78a7b63da |
|
@ -15,6 +15,11 @@ rules:
|
|||
- ""
|
||||
resources:
|
||||
- secrets
|
||||
verbs:
|
||||
- "*"
|
||||
- apiGroups:
|
||||
- "apps"
|
||||
resources:
|
||||
- deployments
|
||||
verbs:
|
||||
- "*"
|
||||
|
|
|
@ -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