chore(argocd): Refactor to use helm chart
This commit is contained in:
parent
93ecd0c14e
commit
dfe3e5ae4f
9 changed files with 149 additions and 27080 deletions
35
k8s-peterg/argocd/repositories.yaml
Normal file
35
k8s-peterg/argocd/repositories.yaml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
type: Opaque
|
||||
metadata:
|
||||
name: argocd-private-repo
|
||||
namespace: argocd
|
||||
annotations:
|
||||
managed-by: argocd.argoproj.io
|
||||
labels:
|
||||
argocd.argoproj.io/secret-type: repository
|
||||
stringData:
|
||||
type: git
|
||||
url: https://code.peterg.nl/wheatley/kubernetes.git
|
||||
|
||||
---
|
||||
apiVersion: external-secrets.io/v1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: repository-credentials
|
||||
spec:
|
||||
secretStoreRef:
|
||||
name: vault-wheatley
|
||||
kind: ClusterSecretStore
|
||||
target:
|
||||
name: repository-credentials
|
||||
data:
|
||||
- secretKey: UN_RADARR_0_API_KEY
|
||||
remoteRef:
|
||||
key: secrets/managed/qbittorrent/unpackerr-env-secrets
|
||||
property: radarr_api_key
|
||||
- secretKey: UN_SONARR_0_API_KEY
|
||||
remoteRef:
|
||||
key: secrets/managed/qbittorrent/unpackerr-env-secrets
|
||||
property: sonarr_api_key
|
||||
Loading…
Add table
Add a link
Reference in a new issue