We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0ef1b commit 0616e71Copy full SHA for 0616e71
1 file changed
cloud/helm/default/templates/_statefulset.tpl
@@ -209,12 +209,12 @@ metadata:
209
name: {{ include "liferay.name" $.root }}-securitypolicy
210
namespace: {{ include "liferay.namespace" $.root }}
211
spec:
212
+ authorization:
213
+ {{- toYaml . | nindent 8 }}
214
targetRefs:
215
- group: gateway.networking.k8s.io
216
kind: HTTPRoute
217
name: {{ include "liferay.name" $.root }}-httproute
- authorization:
- {{- toYaml . | nindent 8 }}
218
{{- end }}
219
{{- if .statefulset.network.gatewayName }}
220
---
0 commit comments