Skip to content

Instantly share code, notes, and snippets.

@onelittlenightmusic
Created March 22, 2020 19:36
Show Gist options
  • Save onelittlenightmusic/7b3536e483affb8f0d3e126af82bfb7e to your computer and use it in GitHub Desktop.
Save onelittlenightmusic/7b3536e483affb8f0d3e126af82bfb7e to your computer and use it in GitHub Desktop.
OPA helm chart values file
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