trying to create secret from jinja template
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-09-10 14:55:53 +02:00
parent b020ebf7d6
commit 53d2789128
6 changed files with 60 additions and 13 deletions

View File

@ -0,0 +1,12 @@
apiVersion: v1
kind: Secret
metadata:
annotations:
managed: "bitwarden-secrets.lerentis.uploadfilter24.eu"
crd: "{{ original_crd }}"
name: "{{ secret_name }}"
namespace: "{{ namespace }}"
type: Opaque
data:
username: "{{ username | base64 }}"
password: "{{ password | base64 }}"