Skip to content

Commit

Permalink
Change scope name
Browse files Browse the repository at this point in the history
  • Loading branch information
chashikajw committed Oct 17, 2023
1 parent aa52aa4 commit 1bc6018
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ kind: Scope
metadata:
labels:
managed-by: "apk"
name: {{ template "apk-helm.resource.prefix" . }}-config-ds-scope-1
name: {{ template "apk-helm.resource.prefix" . }}-api-create-scope
namespace: {{ .Release.Namespace }}
uid: {{ template "apk-helm.resource.prefix" . }}-admin-ds-scope-1-uid
spec:
names:
- apk:api_create
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
- extensionRef:
group: dp.wso2.com
kind: Scope
name: {{ template "apk-helm.resource.prefix" . }}-config-ds-scope-1
name: {{ template "apk-helm.resource.prefix" . }}-api-create-scope
type: ExtensionRef
- matches:
- path:
Expand All @@ -53,7 +53,7 @@ spec:
- extensionRef:
group: dp.wso2.com
kind: Scope
name: {{ template "apk-helm.resource.prefix" . }}-config-ds-scope-1
name: {{ template "apk-helm.resource.prefix" . }}-api-create-scope
type: ExtensionRef
parentRefs:
- group: "gateway.networking.k8s.io"
Expand Down

0 comments on commit 1bc6018

Please sign in to comment.