UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 2fc1ac00 authored by Micah Nagel's avatar Micah Nagel
Browse files

Update chart/values.yaml, chart/templates/velero/values.yaml files

parent 42a646e4
No related branches found
No related tags found
1 merge request!558Update Velero to handle custom CA, fix NP and upgrade bugs
Pipeline #321160 passed
......@@ -34,4 +34,4 @@ initContainers:
{{- end }}
{{- end }}
{{- end -}}
\ No newline at end of file
{{- end -}}
......@@ -96,6 +96,10 @@ flux:
networkPolicies:
# -- Toggle all package NetworkPolicies, can disable specific packages with `package.networkPolicies.enabled`
enabled: true
# -- Control Plane CIDR, defaults to 0.0.0.0/0, use `kubectl cluster-info` to get the right value
# Must be an IP CIDR range (x.x.x.x/x - ideally with /32 for the specific IP)
# Used by package NetworkPolicies to allow Kube API access
controlPlaneCidr: 0.0.0.0/0
# ----------------------------------------------------------------------------------------------------------------------
# Istio
......@@ -908,7 +912,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/cluster-utilities/velero.git
path: "./chart"
tag: "2.21.1-bb.3"
tag: "2.21.1-bb.4"
# -- Flux reconciliation overrides specifically for the Velero Package
flux: {}
......
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