mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-10 01:01:27 -05:00
update
This commit is contained in:
parent
8ea11c3890
commit
125eb62e58
1 changed files with 2 additions and 19 deletions
|
|
@ -7,8 +7,8 @@ metadata:
|
||||||
app.kubernetes.io/part-of: argocd
|
app.kubernetes.io/part-of: argocd
|
||||||
spec:
|
spec:
|
||||||
secretStoreRef:
|
secretStoreRef:
|
||||||
name: vault-argocd
|
name: vault
|
||||||
kind: SecretStore
|
kind: ClusterSecretStore
|
||||||
target:
|
target:
|
||||||
name: client-secret
|
name: client-secret
|
||||||
data:
|
data:
|
||||||
|
|
@ -16,20 +16,3 @@ spec:
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: secrets/argocd/authentik
|
key: secrets/argocd/authentik
|
||||||
property: clientsecret
|
property: clientsecret
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
apiVersion: external-secrets.io/v1beta1
|
|
||||||
kind: SecretStore
|
|
||||||
metadata:
|
|
||||||
name: vault-argocd
|
|
||||||
spec:
|
|
||||||
provider:
|
|
||||||
vault:
|
|
||||||
server: "http://vault.vault.svc.cluster.local:8200"
|
|
||||||
path: "secrets"
|
|
||||||
version: "v2"
|
|
||||||
auth:
|
|
||||||
kubernetes:
|
|
||||||
mountPath: "kubernetes"
|
|
||||||
role: "external-secrets"
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue