UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 99d20dda authored by Alozie Obuh's avatar Alozie Obuh Committed by Michael Martin
Browse files

Add wait job exceptions

parent ca5fc874
No related branches found
No related tags found
1 merge request!5100Add wait job exceptions
......@@ -855,6 +855,7 @@ policies:
# tenant pods require get/list/watch on secrets/tenants (CRD), and create/delete/get on services
# More details in role named minio-minio-minio-instance-role
- minio-minio-minio-instance-*
- minio-instance-wait-job-*
- namespace: kyverno
pods:
allow:
......@@ -983,6 +984,7 @@ policies:
allow:
- default-minio-bucket-creation-*
- mattermost-minio-*
- mattermost-wait-job-*
- namespace: mattermost-operator
pods:
allow:
......
......@@ -44,7 +44,7 @@ podAnnotations:
traffic.sidecar.istio.io/includeInboundPorts: "*"
traffic.sidecar.istio.io/excludeInboundPorts: "9443"
secrets:
configSecret:
accessKey: {{ .Values.addons.minio.accesskey | default "minio" }}
secretKey: {{ .Values.addons.minio.secretkey | default "minio123" }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment