feat: configure External Secrets with Vault backend and enable Jenkins secret synchronization
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: vault-token
|
||||
namespace: external-secrets # Must match the namespace defined in ClusterSecretStore tokenSecretRef
|
||||
type: Opaque
|
||||
data:
|
||||
# Base64 encoded vault token.
|
||||
# You can generate this by running: echo -n "YOUR_VAULT_TOKEN" | base64
|
||||
token: aHZzLmJyUHBpbmZPTlI5RU9BeHpNR0ZIaDBIaA== # placeholder
|
||||
Reference in New Issue
Block a user