mirror of
https://github.com/bvanroll/environment-ff-stage-euw1-gkecluster-primary-dev.git
synced 2025-08-29 20:12:42 +00:00
16 lines
415 B
YAML
16 lines
415 B
YAML
{{- if and (hasKey .Requirements "repository") (eq .Requirements.repository "bucketrepo") }}
|
|
enabled: true
|
|
{{- else }}
|
|
enabled: false
|
|
{{- end }}
|
|
|
|
config:
|
|
storage:
|
|
{{- if .Requirements.storage.repository.url }}
|
|
enabled: true
|
|
{{- end }}
|
|
bucketUrl: "{{ .Requirements.storage.repository.url }}"
|
|
auth:
|
|
username: "{{ .Parameters.adminUser.username }}"
|
|
password: "{{ .Parameters.adminUser.password }}"
|