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
2fc1ac00
Commit
2fc1ac00
authored
3 years ago
by
Micah Nagel
Browse files
Options
Downloads
Patches
Plain Diff
Update chart/values.yaml, chart/templates/velero/values.yaml files
parent
42a646e4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!558
Update Velero to handle custom CA, fix NP and upgrade bugs
Pipeline
#321160
passed
3 years ago
Stage: .pre
Stage: smoke tests
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
chart/templates/velero/values.yaml
+1
-1
1 addition, 1 deletion
chart/templates/velero/values.yaml
chart/values.yaml
+5
-1
5 additions, 1 deletion
chart/values.yaml
with
6 additions
and
2 deletions
chart/templates/velero/values.yaml
+
1
−
1
View file @
2fc1ac00
...
...
@@ -34,4 +34,4 @@ initContainers:
{{
- end
}}
{{
- end
}}
{{
- end -
}}
\ No newline at end of file
{{
- end -
}}
This diff is collapsed.
Click to expand it.
chart/values.yaml
+
5
−
1
View file @
2fc1ac00
...
...
@@ -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
:
{}
...
...
This diff is collapsed.
Click to expand it.
Ryan Garcia
@ryan.j.garcia
mentioned in commit
150adcea
·
3 years ago
mentioned in commit
150adcea
mentioned in commit 150adcea74aeafddabda98b2d2aa2b811c2e0bc9
Toggle commit list
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