Skip to content

Commit

Permalink
Fix route issues in CRs
Browse files Browse the repository at this point in the history
  • Loading branch information
chashikajw committed Oct 17, 2023
1 parent ad1a0ba commit a8155ab
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,5 @@ spec:
- {{ template "apk-helm.resource.prefix" . }}-admin-ds-httproute-2
- {{ template "apk-helm.resource.prefix" . }}-admin-ds-httproute-3
- {{ template "apk-helm.resource.prefix" . }}-admin-ds-httproute-4
- {{ template "apk-helm.resource.prefix" . }}-admin-ds-httproute-5
- {{ template "apk-helm.resource.prefix" . }}-admin-ds-httproute-6
systemAPI: true
{{- end -}}
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
- extensionRef:
group: dp.wso2.com
kind: Scope
name: 01ee6795-ce0f-1e46-820d-1176222ae290
name: {{ template "apk-helm.resource.prefix" . }}-backoffice-ds-scope-2
type: "ExtensionRef"
matches:
- method: "GET"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ spec:
- {{ template "apk-helm.resource.prefix" . }}-backoffice-ds-httproute-1
- {{ template "apk-helm.resource.prefix" . }}-backoffice-ds-httproute-2
- {{ template "apk-helm.resource.prefix" . }}-backoffice-ds-httproute-3
- {{ template "apk-helm.resource.prefix" . }}-backoffice-ds-httproute-4
systemAPI: true
{{- end -}}
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ spec:
- {{ template "apk-helm.resource.prefix" . }}-devportal-ds-httproute-3
- {{ template "apk-helm.resource.prefix" . }}-devportal-ds-httproute-4
- {{ template "apk-helm.resource.prefix" . }}-devportal-ds-httproute-5
- {{ template "apk-helm.resource.prefix" . }}-devportal-ds-httproute-6
systemAPI: true
{{- end -}}

0 comments on commit a8155ab

Please sign in to comment.