Created
March 22, 2020 19:36
-
-
Save onelittlenightmusic/7b3536e483affb8f0d3e126af82bfb7e to your computer and use it in GitHub Desktop.
OPA helm chart values file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
admissionControllerKind: MutatingWebhookConfiguration | |
opa: null | |
mgmt: | |
configmapPolicies: | |
enabled: true | |
namespaces: [opa, opa-example] | |
requireLabel: true | |
replicate: | |
cluster: | |
- v1/namespaces | |
namespace: | |
- extensions/v1beta1/ingresses | |
rbac: | |
create: true | |
rules: | |
cluster: | |
- apiGroups: | |
- "*" | |
resources: | |
- configmaps | |
verbs: | |
- get | |
- list | |
- watch | |
- patch | |
- update | |
- apiGroups: | |
- "*" | |
resources: | |
- namespaces | |
- ingresses | |
verbs: | |
- get | |
- list | |
- watch | |
- apiGroups: | |
- "*" | |
resources: | |
- deployments | |
verbs: | |
- get | |
- list | |
- watch | |
- patch | |
- update | |
sar: | |
enabled: true | |
authz: | |
enabled: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment