diff options
Diffstat (limited to 'auth/helm/aaf/templates/aaf-gui.yaml')
-rw-r--r-- | auth/helm/aaf/templates/aaf-gui.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/helm/aaf/templates/aaf-gui.yaml b/auth/helm/aaf/templates/aaf-gui.yaml index a977a9b3..c7fb2a20 100644 --- a/auth/helm/aaf/templates/aaf-gui.yaml +++ b/auth/helm/aaf/templates/aaf-gui.yaml @@ -81,7 +81,7 @@ spec: fieldRef: fieldPath: metadata.namespace - name: aaf_locate_url - value: "https://{{.Values.services.locate.fqdn}}.{{.Values.services.ns}}:{{.Values.services.locate.internal_port}}" + value: "https://aaf-locate.{{.Release.Namespace }}:{{.Values.services.locate.internal_port}}" - name: aaf_locator_public_fqdn value: "{{.Values.services.public_fqdn}}" - name: aaf_locator_name |