VAULT_SECRET_TEMPLATE#
- phalanx.constants.VAULT_SECRET_TEMPLATE = 'apiVersion: v1\nkind: Secret\nmetadata:\n name: {name}\n namespace: vault-secrets-operator\ndata:\n VAULT_ROLE_ID: {role_id}\n VAULT_SECRET_ID: {secret_id}\ntype: Opaque\n'#
Template for a
Secret
containing AppRole credentials.