chore(argocd): Re-enable Piraeus
This commit is contained in:
parent
071c057f8e
commit
f38f50786b
2 changed files with 22 additions and 19 deletions
|
|
@ -38,25 +38,25 @@ spec:
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- ServerSideApply=true
|
- ServerSideApply=true
|
||||||
# ---
|
---
|
||||||
# apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
# kind: Application
|
kind: Application
|
||||||
# metadata:
|
metadata:
|
||||||
# name: piraeus-datastore
|
name: piraeus-datastore
|
||||||
# namespace: argocd
|
namespace: argocd
|
||||||
# spec:
|
spec:
|
||||||
# project: default
|
project: default
|
||||||
# source:
|
source:
|
||||||
# repoURL: https://code.peterg.nl/wheatley/kubernetes.git
|
repoURL: https://code.peterg.nl/wheatley/kubernetes.git
|
||||||
# path: k8s-wheatley/datastore
|
path: k8s-wheatley/datastore
|
||||||
# targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
# destination:
|
destination:
|
||||||
# server: https://10.13.37.10:6443
|
server: https://10.13.37.10:6443
|
||||||
# namespace: piraeus-datastore
|
namespace: piraeus-datastore
|
||||||
# syncPolicy:
|
syncPolicy:
|
||||||
# automated:
|
automated:
|
||||||
# prune: true
|
prune: true
|
||||||
# selfHeal: true
|
selfHeal: true
|
||||||
---
|
---
|
||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
|
|
|
||||||
|
|
@ -41,3 +41,6 @@ spec:
|
||||||
lvmThinPool:
|
lvmThinPool:
|
||||||
volumeGroup: vg0
|
volumeGroup: vg0
|
||||||
thinPool: thinpool
|
thinPool: thinpool
|
||||||
|
source:
|
||||||
|
hostDevices:
|
||||||
|
- /dev/vdb
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue