diff --git a/charts/vs-registrar/files/registrar-config.yaml b/charts/vs-registrar/files/registrar-config.yaml index e1f71072bff70bb9d26ba82cfac094eb485bd05e..0eca659c429cbef2e929b95181857df68b8886ce 100644 --- a/charts/vs-registrar/files/registrar-config.yaml +++ b/charts/vs-registrar/files/registrar-config.yaml @@ -19,6 +19,7 @@ sources: project_domain_id: {{ template "vs-registrar.envVarQuote" $val.project_domain_id }} {{- if $val.container }} container: {{ template "vs-registrar.envVarQuote" $val.container }} + {{- end }} {{- end }} {{- else if eq $type "s3" }} bucket_name: {{ $val.bucket | default "null" }} @@ -29,6 +30,9 @@ sources: secret_access_key: {{ $val.secret_access_key }} validate_bucket_name: {{ if hasKey $val "validate_bucket_name" }}{{ $val.validate_bucket_name }}{{ else }}true{{ end }} {{- end }} + {{- else if eq $type "http" }} + endpoint_url: {{ $val.endpoint_url | default "null" }} + {{- end }} {{- end }} backends: