Fix another lint
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2021-01-23 17:36:30 +01:00
parent f67680e0a0
commit 23413944f5
Signed by: adrien
GPG key ID: DA7B27055C66D6DE

View file

@ -83,7 +83,7 @@
context: "{{ my_context }}" context: "{{ my_context }}"
name: traefik name: traefik
chart_ref: traefik/traefik chart_ref: traefik/traefik
release_namespace: {{ traefik_namespace }} release_namespace: "{{ traefik_namespace }}"
values: values:
image: image:
tag: "{{ traefik_version_2_3 }}" tag: "{{ traefik_version_2_3 }}"