mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
update
This commit is contained in:
parent
5580b7dfd0
commit
607e02496a
1 changed files with 3 additions and 3 deletions
|
|
@ -1,13 +1,13 @@
|
|||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: argocd-secret
|
||||
name: argocd-secret-crossplane
|
||||
spec:
|
||||
secretStoreRef:
|
||||
name: vault
|
||||
kind: ClusterSecretStore
|
||||
target:
|
||||
name: argocd-secret
|
||||
name: argocd-secret-crossplane
|
||||
data:
|
||||
- secretKey: authToken
|
||||
remoteRef:
|
||||
|
|
@ -44,7 +44,7 @@ spec:
|
|||
source: Secret
|
||||
secretRef:
|
||||
namespace: argocd
|
||||
name: argocd-secret
|
||||
name: argocd-secret-crossplane
|
||||
key: authToken
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue