rework
This commit is contained in:
parent
5eb16317f5
commit
de5d64e6e2
20
argo/apps/apps.yaml
Normal file
20
argo/apps/apps.yaml
Normal file
@ -0,0 +1,20 @@
|
||||
resources:apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: apps
|
||||
namespace: argocd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://git.james-mellors.com/mello/sealed-secrets.git
|
||||
targetRevision: main
|
||||
path: argo/apps
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: argocd
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
2
argo/apps/kustomization.yaml
Normal file
2
argo/apps/kustomization.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
resources:
|
||||
- sealed-secrets.yaml
|
||||
2
controller/kustomization.yaml
Normal file
2
controller/kustomization.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
resources:
|
||||
- controller.yaml
|
||||
Loading…
x
Reference in New Issue
Block a user