UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit ea05a35f authored by Michael Martin's avatar Michael Martin
Browse files

Merge branch 'test-minio' into 'master'

Add wait job exceptions

See merge request !5100
parents ca5fc874 99d20dda
No related branches found
No related tags found
1 merge request!5100Add wait job exceptions
Pipeline #3629704 passed
......@@ -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