add sealed-secrets

This commit is contained in:
2024-07-15 22:37:46 +10:00
parent ba079cbd89
commit 34521e6527
9 changed files with 14 additions and 124 deletions

View File

@@ -1,52 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
annotations:
argocd.argoproj.io/sync-wave: "2"
creationTimestamp: null
name: app-secrets
namespace: argocd
spec:
generators:
- git:
files:
- path: secrets/env/k3s-cluster/config.json
repoURL: https://github.com/3dwardch3ng/home-cluster-ops.git
requeueAfterSeconds: 20
revision: ""
template:
metadata: {}
spec:
destination: {}
project: ""
source:
repoURL: ""
syncPolicy: { }
template:
metadata:
metadata:
labels:
app.kubernetes.io/managed-by: argocd
app.kubernetes.io/name: '{{ appName }}'
name: '{{ userGivenName }}'
namespace: argocd
spec:
destination:
namespace: '{{ destNamespace }}'
server: '{{ destServer }}'
ignoreDifferences:
- group: argoproj.io
jsonPointers:
- /status
kind: Application
project: k3s-cluster
source:
helm:
valueFiles:
- secrets://{{ srcPath }}/postgresql.yaml
syncPolicy:
automated:
allowEmpty: true
prune: true
selfHeal: true
status: {}