fix(helm chart): network policy egress (#1978)

- was nested incorrectly
This commit is contained in:
Iain Sproat 2024-01-22 10:23:48 +00:00 коммит произвёл GitHub
Родитель c3f13d4e66
Коммит 670a9ca3c4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -42,7 +42,7 @@ spec:
toPorts:
- ports:
- port: {{ printf "%s" ( include "server.port" $ | quote ) }}
{{- end -}}
# redis
# redis
{{ include "speckle.networkpolicy.egress.redis.cilium" $ | indent 4 }}
{{- end -}}
{{- end -}}

Просмотреть файл

@ -41,7 +41,7 @@ spec:
{{ include "server.selectorLabels" $ | indent 16 }}
ports:
- port: 3000
{{- end -}}
# redis
redis
{{ include "speckle.networkpolicy.egress.redis" $ | indent 4 }}
{{- end -}}
{{- end -}}