Skip to content
Snippets Groups Projects
Commit fe480b2c authored by Andri Joos's avatar Andri Joos :blush:
Browse files

add networkpolicies placeholder

parent 6540bf02
No related branches found
No related tags found
No related merge requests found
Pipeline #7776 passed with stages
in 37 seconds
{{- range $_, $networkpolicy := .Values.networkpolicies }}
{{ include "common.networkpolicy" (dict "Values" $networkpolicy "Chart" $.Chart "Release" $.Release) }}
{{- end }}
......@@ -147,3 +147,5 @@ userKeys:
name: ssh-user-keys # secret name
data: {}
# dummyUser: base64EncodedDummyUserPublicKey
networkpolicies: {}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment