Skip to content

Commit

Permalink
Template hostnames
Browse files Browse the repository at this point in the history
  • Loading branch information
Tharsanan1 authored and tharindu1st committed Oct 4, 2023
1 parent 5121ced commit 183b81a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ metadata:
managed-by: "apk"
spec:
hostnames:
- "api.am.wso2.com"
- "{{ .Values.wso2.apk.listener.hostname | default "api.am.wso2.com"}}"
rules:
- matches:
- path:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ metadata:
managed-by: "apk"
spec:
hostnames:
- "api.am.wso2.com"
- "{{ .Values.wso2.apk.listener.hostname | default "api.am.wso2.com"}}"
rules:
- matches:
- path:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ metadata:
api-version: "1.0.0"
spec:
hostnames:
- "api.am.wso2.com"
- "{{ .Values.wso2.apk.listener.hostname | default "api.am.wso2.com"}}"
rules:
- matches:
- path:
Expand Down

0 comments on commit 183b81a

Please sign in to comment.