openreplay/scripts/helm/roles/openreplay/templates/db.yaml

12 lines
471 B
YAML

{% if docker_registry_url is defined and docker_registry_url %}
image:
repository: {{ docker_registry_url }}
tag: {{ image_tag }}
{% endif %}
{% if not (ecr_docker_username is defined and ecr_docker_username and ecr_docker_password is defined and ecr_docker_password) %}
imagePullSecrets: []
{% endif %}
{% if not (ecr_docker_username is defined and ecr_docker_username and ecr_docker_password is defined and ecr_docker_password) %}
imagePullSecrets: []
{% endif %}