UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bigbang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Big Bang
bigbang
Commits
ea05a35f
Commit
ea05a35f
authored
5 months ago
by
Michael Martin
Browse files
Options
Downloads
Plain Diff
Merge branch 'test-minio' into 'master'
Add wait job exceptions See merge request
!5100
parents
ca5fc874
99d20dda
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!5100
Add wait job exceptions
Pipeline
#3629704
passed
5 months ago
Stage: 🎛 prevar
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
chart/templates/kyverno-policies/values.yaml
+2
-0
2 additions, 0 deletions
chart/templates/kyverno-policies/values.yaml
chart/templates/minio/values.yaml
+1
-1
1 addition, 1 deletion
chart/templates/minio/values.yaml
with
3 additions
and
1 deletion
chart/templates/kyverno-policies/values.yaml
+
2
−
0
View file @
ea05a35f
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
chart/templates/minio/values.yaml
+
1
−
1
View file @
ea05a35f
...
...
@@ -44,7 +44,7 @@ podAnnotations:
traffic.sidecar.istio.io/includeInboundPorts
:
"
*"
traffic.sidecar.istio.io/excludeInboundPorts
:
"
9443"
s
ecret
s
:
configS
ecret
:
accessKey
:
{{
.Values.addons.minio.accesskey | default "minio"
}}
secretKey
:
{{
.Values.addons.minio.secretkey | default "minio123"
}}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment