80 lines
1.8 KiB
YAML
80 lines
1.8 KiB
YAML
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: cilium-wheatley
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://code.peterg.nl/wheatley/kubernetes.git
|
|
path: k8s-wheatley/cilium
|
|
targetRevision: HEAD
|
|
destination:
|
|
server: https://10.13.37.10:6443
|
|
namespace: kube-system
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: external-secrets-wheatley
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://code.peterg.nl/wheatley/kubernetes.git
|
|
path: k8s-wheatley/external-secrets-operator
|
|
targetRevision: HEAD
|
|
destination:
|
|
server: https://10.13.37.10:6443
|
|
namespace: external-secrets
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- ServerSideApply=true
|
|
# ---
|
|
# apiVersion: argoproj.io/v1alpha1
|
|
# kind: Application
|
|
# metadata:
|
|
# name: piraeus-datastore
|
|
# namespace: argocd
|
|
# spec:
|
|
# project: default
|
|
# source:
|
|
# repoURL: https://code.peterg.nl/wheatley/kubernetes.git
|
|
# path: k8s-wheatley/datastore
|
|
# targetRevision: HEAD
|
|
# destination:
|
|
# server: https://10.13.37.10:6443
|
|
# namespace: piraeus-datastore
|
|
# syncPolicy:
|
|
# automated:
|
|
# prune: true
|
|
# selfHeal: true
|
|
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: cloudnative-pg
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://code.peterg.nl/wheatley/kubernetes.git
|
|
path: k8s-wheatley/cloudnative-pg
|
|
targetRevision: HEAD
|
|
destination:
|
|
server: https://10.13.37.10:6443
|
|
namespace: cnpg-system
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- ServerSideApply=true
|