chore: Remove unused secrets
This commit is contained in:
parent
a5f515b88c
commit
184049745f
2 changed files with 0 additions and 34 deletions
|
|
@ -27,28 +27,3 @@ spec:
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: secrets/managed/argocd/authentik-oidc-credentials
|
key: secrets/managed/argocd/authentik-oidc-credentials
|
||||||
property: clientSecret
|
property: clientSecret
|
||||||
---
|
|
||||||
apiVersion: external-secrets.io/v1
|
|
||||||
kind: ExternalSecret
|
|
||||||
metadata:
|
|
||||||
name: argo-workflows-sso
|
|
||||||
namespace: argocd
|
|
||||||
spec:
|
|
||||||
secretStoreRef:
|
|
||||||
name: vault-wheatley
|
|
||||||
kind: ClusterSecretStore
|
|
||||||
target:
|
|
||||||
name: argo-workflows-sso
|
|
||||||
template:
|
|
||||||
metadata:
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/part-of: argo-workflows
|
|
||||||
data:
|
|
||||||
- secretKey: client-id
|
|
||||||
remoteRef:
|
|
||||||
key: secrets/managed/argo-workflows/dex-sso
|
|
||||||
property: client-id
|
|
||||||
- secretKey: client-secret
|
|
||||||
remoteRef:
|
|
||||||
key: secrets/managed/argo-workflows/dex-sso
|
|
||||||
property: client-secret
|
|
||||||
|
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
data:
|
|
||||||
approle_id: MDE5YTdjOWQtMTYxOC0yZjg0LWE2NzUtOWQ5NmVkZWFiNzEyCg==
|
|
||||||
approle_secret: ZDZkOWU0MmUtZmVhNi05MGIzLWNlODktYzJlY2E2YWIxMjc3Cg==
|
|
||||||
kind: Secret
|
|
||||||
metadata:
|
|
||||||
name: vault-wheatley-approle
|
|
||||||
namespace: external-secrets
|
|
||||||
type: Opaque
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue