feat: default repo structure
This commit is contained in:
commit
cd9b679b3d
3 changed files with 19 additions and 0 deletions
0
argo/utilities/Chart.yaml
Normal file
0
argo/utilities/Chart.yaml
Normal file
19
argo/utilities/templates/argo.yaml
Normal file
19
argo/utilities/templates/argo.yaml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: argocd
|
||||||
|
namespace: argocd
|
||||||
|
labels:
|
||||||
|
apps: utilities
|
||||||
|
annotations:
|
||||||
|
avp.kubernetes.io/ignore: "true"
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: argocd
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
repoURL: https://argoproj.github.io/argo-helm
|
||||||
|
targetRevision: HEAD
|
||||||
|
targetRevision: 5.52.1
|
||||||
|
chart: argo-cd
|
0
argo/utilities/values.yaml
Normal file
0
argo/utilities/values.yaml
Normal file
Loading…
Reference in a new issue