add sealed-secrets
This commit is contained in:
@@ -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: {}
|
||||
Reference in New Issue
Block a user