Skip to content

Commit 0616e71

Browse files
jaredgorskibrianchandotcom
authored andcommitted
LCD-51304 Sort SecurityPolicy spec keys for source formatter
1 parent 7b0ef1b commit 0616e71

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cloud/helm/default/templates/_statefulset.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,12 +209,12 @@ metadata:
209209
name: {{ include "liferay.name" $.root }}-securitypolicy
210210
namespace: {{ include "liferay.namespace" $.root }}
211211
spec:
212+
authorization:
213+
{{- toYaml . | nindent 8 }}
212214
targetRefs:
213215
- group: gateway.networking.k8s.io
214216
kind: HTTPRoute
215217
name: {{ include "liferay.name" $.root }}-httproute
216-
authorization:
217-
{{- toYaml . | nindent 8 }}
218218
{{- end }}
219219
{{- if .statefulset.network.gatewayName }}
220220
---

0 commit comments

Comments
 (0)