UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Add wait job exceptions

Merged Alozie Obuh requested to merge test-minio into master
1 file
+ 11
10
Compare changes
  • Side-by-side
  • Inline
+ 11
10
@@ -376,7 +376,7 @@ jaeger:
@@ -376,7 +376,7 @@ jaeger:
kiali:
kiali:
# -- Toggle deployment of Kiali.
# -- Toggle deployment of Kiali.
enabled: true
enabled: false
# -- Choose source type of "git" or "helmRepo"
# -- Choose source type of "git" or "helmRepo"
sourceType: "git"
sourceType: "git"
@@ -532,7 +532,7 @@ kyvernoPolicies:
@@ -532,7 +532,7 @@ kyvernoPolicies:
kyvernoReporter:
kyvernoReporter:
# -- Toggle deployment of Kyverno Reporter
# -- Toggle deployment of Kyverno Reporter
enabled: true
enabled: false
# -- Choose source type of "git" or "helmRepo"
# -- Choose source type of "git" or "helmRepo"
sourceType: "git"
sourceType: "git"
@@ -750,7 +750,7 @@ loki:
@@ -750,7 +750,7 @@ loki:
neuvector:
neuvector:
# -- Toggle deployment of Neuvector.
# -- Toggle deployment of Neuvector.
enabled: true
enabled: false
# -- Choose source type of "git" or "helmRepo"
# -- Choose source type of "git" or "helmRepo"
sourceType: "git"
sourceType: "git"
@@ -802,7 +802,7 @@ neuvector:
@@ -802,7 +802,7 @@ neuvector:
tempo:
tempo:
# -- Toggle deployment of Tempo.
# -- Toggle deployment of Tempo.
enabled: true
enabled: false
# -- Choose source type of "git" or "helmRepo"
# -- Choose source type of "git" or "helmRepo"
sourceType: "git"
sourceType: "git"
@@ -1111,7 +1111,7 @@ addons:
@@ -1111,7 +1111,7 @@ addons:
#
#
minioOperator:
minioOperator:
# -- Toggle deployment of minio operator and instance.
# -- Toggle deployment of minio operator and instance.
enabled: false
enabled: true
# -- Choose source type of "git" or "helmRepo"
# -- Choose source type of "git" or "helmRepo"
sourceType: "git"
sourceType: "git"
@@ -1148,11 +1148,12 @@ addons:
@@ -1148,11 +1148,12 @@ addons:
git:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/minio.git
repo: https://repo1.dso.mil/big-bang/product/packages/minio.git
path: "./chart"
path: "./chart"
tag: "6.0.2-bb.3"
branch: "add-wait-job"
helmRepo:
# tag: "6.0.2-bb.2"
repoName: "registry1"
# helmRepo:
chartName: "minio-instance"
# repoName: "registry1"
tag: "6.0.2-bb.3"
# chartName: "minio-instance"
 
# tag: "6.0.2-bb.2"
# -- Flux reconciliation overrides specifically for the Minio Package
# -- Flux reconciliation overrides specifically for the Minio Package
flux: {}
flux: {}
Loading