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 bc2a23df..c5d11d0e 100644 --- a/auth/helm/aaf/templates/aaf-gui.yaml +++ b/auth/helm/aaf/templates/aaf-gui.yaml @@ -48,7 +48,7 @@ spec: - name: AAF_REGISTER_AS value: "aaf-gui" - name: AAF_LOCATOR_AS - value: "aaf-locate" + value: "{{ .Values.cadi.aaf_locate_as }}" - name: LATITUDE value: "{{ .Values.cadi.cadi_latitude }}" - name: LONGITUDE |