Compare commits
No commits in common. "45566410f9b7c2cdb9026bcb4c7702f09965208f" and "8c52e096a722ba050b9d35f30dd582effada6352" have entirely different histories.
45566410f9
...
8c52e096a7
4 changed files with 55 additions and 11 deletions
17
argo/utilities/templates/loki.yaml
Normal file
17
argo/utilities/templates/loki.yaml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
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
|
15
argo/utilities/templates/metallb-deps.yaml
Normal file
15
argo/utilities/templates/metallb-deps.yaml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
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
|
||||||
|
|
17
argo/utilities/templates/metallb.yaml
Normal file
17
argo/utilities/templates/metallb.yaml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
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,25 +1,20 @@
|
||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: sealed-secrets
|
name: rook
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
labels:
|
labels:
|
||||||
utilities: kube-system
|
utilities: kube-system
|
||||||
spec:
|
spec:
|
||||||
destination:
|
destination:
|
||||||
namespace: kube-system
|
namespace: rook-ceph
|
||||||
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://bitnami-labs.github.io/sealed-secrets
|
repoURL: https://charts.rook.io/release
|
||||||
targetRevision: 2.14.2
|
targetRevision: HEAD
|
||||||
chart: sealed-secrets
|
targetRevision: 1.13.2
|
||||||
|
chart: rook-ceph
|
||||||
helm:
|
|
||||||
values: |
|
|
||||||
fullnameOverride: sealed-secrets-controller
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue