base64 is no native filter in jinja
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -8,5 +8,5 @@ metadata:
|
||||
namespace: "{{ namespace }}"
|
||||
type: Opaque
|
||||
data:
|
||||
username: "{{ username | base64 }}"
|
||||
password: "{{ password | base64 }}"
|
||||
username: "{{ username }}"
|
||||
password: "{{ password }}"
|
||||
|
Reference in New Issue
Block a user