Prepare for coroot
This commit is contained in:
parent
3ef76de520
commit
dbd21e67f2
2 changed files with 15 additions and 0 deletions
14
everything-app/coroot.yaml
Normal file
14
everything-app/coroot.yaml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: coroot-operator
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: coroot
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
project: infra
|
||||||
|
source:
|
||||||
|
chart: coroot-operator
|
||||||
|
repoURL: https://coroot.github.io/helm-charts
|
||||||
|
targetRevision: 1.13.4
|
|
@ -38,3 +38,4 @@ spec:
|
||||||
- https://charts.longhorn.io
|
- https://charts.longhorn.io
|
||||||
- https://git.deuxfleurs.fr/Deuxfleurs/garage
|
- https://git.deuxfleurs.fr/Deuxfleurs/garage
|
||||||
- https://puzzle.github.io/cert-manager-webhook-dnsimple
|
- https://puzzle.github.io/cert-manager-webhook-dnsimple
|
||||||
|
- https://coroot.github.io/helm-charts
|
||||||
|
|
Loading…
Add table
Reference in a new issue