Add sso key
This commit is contained in:
parent
06d61332e4
commit
9bf96d2434
17
MetaObjects/argo-cd-sso-secret.yml
Normal file
17
MetaObjects/argo-cd-sso-secret.yml
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: argo-cd-sso
|
||||
namespace: argo-cd
|
||||
spec:
|
||||
secretStoreRef:
|
||||
name: secret-store
|
||||
kind: ClusterSecretStore
|
||||
target:
|
||||
name: argo-cd-sso
|
||||
dataFrom:
|
||||
- extract:
|
||||
key: argo-cd-sso
|
||||
conversionStrategy: Default
|
||||
decodingStrategy: Auto
|
Loading…
Reference in New Issue
Block a user