Compare commits

..

No commits in common. "3470d4ca4f72674541bfec3960a0ecd0ef86e368" and "3b09655783968c2462a62f16f60b41b80319a8e1" have entirely different histories.

2 changed files with 0 additions and 6 deletions

View File

@ -15,11 +15,6 @@ rules:
- ""
resources:
- secrets
verbs:
- "*"
- apiGroups:
- "apps"
resources:
- deployments
verbs:
- "*"

View File

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