UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
Big Bang
P
Packages
Core
istio-controlplane
Commits
f67baf9e
Commit
f67baf9e
authored
Jul 14, 2021
by
michaelmcleroy
Browse files
fix: updated control plane cidr
parent
e5e70067
Pipeline
#365664
passed with stages
in 1 minute and 39 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
chart/values.yaml
chart/values.yaml
+2
-0
tests/test-values.yaml
tests/test-values.yaml
+1
-0
No files found.
chart/values.yaml
View file @
f67baf9e
...
...
@@ -156,3 +156,5 @@ values:
networkPolicies
:
enabled
:
false
# See `kubectl cluster-info` and then resolve to IP
controlPlaneCidr
:
0.0.0.0/0
\ No newline at end of file
tests/test-values.yaml
View file @
f67baf9e
...
...
@@ -3,3 +3,4 @@ imagePullSecrets:
networkPolicies
:
enabled
:
true
controlPlaneCidr
:
172.16.0.0/12
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment