Compare commits
2 commits
8c52e096a7
...
45566410f9
Author | SHA1 | Date | |
---|---|---|---|
45566410f9 | |||
3d7b2603c5 |
4 changed files with 11 additions and 55 deletions
|
@ -1,17 +0,0 @@
|
||||||
apiVersion: argoproj.io/v1alpha1
|
|
||||||
kind: Application
|
|
||||||
metadata:
|
|
||||||
name: loki
|
|
||||||
namespace: argocd
|
|
||||||
labels:
|
|
||||||
utilities: kube-system
|
|
||||||
spec:
|
|
||||||
destination:
|
|
||||||
namespace: kube-system
|
|
||||||
server: https://kubernetes.default.svc
|
|
||||||
project: default
|
|
||||||
source:
|
|
||||||
repoURL: https://grafana.github.io/helm-charts
|
|
||||||
targetRevision: HEAD
|
|
||||||
targetRevision: 2.10.1
|
|
||||||
chart: loki-stack
|
|
|
@ -1,15 +0,0 @@
|
||||||
apiVersion: argoproj.io/v1alpha1
|
|
||||||
kind: Application
|
|
||||||
metadata:
|
|
||||||
name: metal-lb-resources
|
|
||||||
namespace: argocd
|
|
||||||
spec:
|
|
||||||
project: default
|
|
||||||
source:
|
|
||||||
repoURL: https://git.thecodedom.com/smig/esxi-cluster.git
|
|
||||||
targetRevision: HEAD
|
|
||||||
path: ./argo/resources/metallb
|
|
||||||
destination:
|
|
||||||
server: https://kubernetes.default.svc
|
|
||||||
namespace: kube-system
|
|
||||||
|
|
|
@ -1,17 +0,0 @@
|
||||||
apiVersion: argoproj.io/v1alpha1
|
|
||||||
kind: Application
|
|
||||||
metadata:
|
|
||||||
name: metallb
|
|
||||||
namespace: argocd
|
|
||||||
labels:
|
|
||||||
utilities: kube-system
|
|
||||||
spec:
|
|
||||||
destination:
|
|
||||||
namespace: kube-system
|
|
||||||
server: https://kubernetes.default.svc
|
|
||||||
project: default
|
|
||||||
source:
|
|
||||||
repoURL: https://metallb.github.io/metallb
|
|
||||||
targetRevision: HEAD
|
|
||||||
targetRevision: 0.13.12
|
|
||||||
chart: metallb
|
|
|
@ -1,20 +1,25 @@
|
||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: rook
|
name: sealed-secrets
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
labels:
|
labels:
|
||||||
utilities: kube-system
|
utilities: kube-system
|
||||||
spec:
|
spec:
|
||||||
destination:
|
destination:
|
||||||
namespace: rook-ceph
|
namespace: kube-system
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: https://charts.rook.io/release
|
repoURL: https://bitnami-labs.github.io/sealed-secrets
|
||||||
targetRevision: HEAD
|
targetRevision: 2.14.2
|
||||||
targetRevision: 1.13.2
|
chart: sealed-secrets
|
||||||
chart: rook-ceph
|
|
||||||
|
helm:
|
||||||
|
values: |
|
||||||
|
fullnameOverride: sealed-secrets-controller
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue