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
Collaboration Tools
mattermost
Commits
72051e20
You need to sign in or sign up before continuing.
Commit
72051e20
authored
May 25, 2021
by
Micah Nagel
💰
Browse files
fix
parent
10474b2c
Pipeline
#278309
passed with stages
in 3 minutes and 27 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
chart/templates/bigbang/networkpolicies/allow-external-minio.yaml
...mplates/bigbang/networkpolicies/allow-external-minio.yaml
+1
-1
chart/templates/bigbang/networkpolicies/allow-external-postgres.yaml
...ates/bigbang/networkpolicies/allow-external-postgres.yaml
+1
-1
No files found.
chart/templates/bigbang/networkpolicies/allow-external-minio.yaml
View file @
72051e20
{{
- if and .Values.networkPolicies.enabled (not .Values.
postgresql
.install)
}}
{{
- if and .Values.networkPolicies.enabled (not .Values.
minio
.install)
}}
apiVersion
:
networking.k8s.io/v1
apiVersion
:
networking.k8s.io/v1
kind
:
NetworkPolicy
kind
:
NetworkPolicy
metadata
:
metadata
:
...
...
chart/templates/bigbang/networkpolicies/allow-external-postgres.yaml
View file @
72051e20
{{
- if and .Values.networkPolicies.enabled (not .Values.
minio
.install)
}}
{{
- if and .Values.networkPolicies.enabled (not .Values.
postgresql
.install)
}}
apiVersion
:
networking.k8s.io/v1
apiVersion
:
networking.k8s.io/v1
kind
:
NetworkPolicy
kind
:
NetworkPolicy
metadata
:
metadata
:
...
...
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