fluxcd : adding repo example with some apps
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: traefik-dashboard-basic-auth
|
||||
spec:
|
||||
secretStoreRef:
|
||||
name: vault-secret-store
|
||||
kind: ClusterSecretStore
|
||||
refreshInterval: "6h"
|
||||
target:
|
||||
name: traefik-dashboard-basic-auth
|
||||
deletionPolicy: Retain
|
||||
dataFrom:
|
||||
- extract:
|
||||
key: kubernetes-secrets/traefik/traefik-dashboard-basic-auth
|
||||
Reference in New Issue
Block a user