base64 is no native filter in jinja
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-09-10 15:23:53 +02:00
parent 97fced6969
commit 4f3fc82e48
3 changed files with 6 additions and 5 deletions

View File

@ -8,5 +8,5 @@ metadata:
namespace: "{{ namespace }}"
type: Opaque
data:
username: "{{ username | base64 }}"
password: "{{ password | base64 }}"
username: "{{ username }}"
password: "{{ password }}"