Create MariaDB database and nextcloud DC deployment
This commit is contained in:
parent
95433b89f3
commit
85a927d356
4 changed files with 157 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
# 1. MariaDB Operator CRDs
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
|
@ -27,7 +26,6 @@ spec:
|
|||
- SyncWave=0 # ensure this is applied first
|
||||
|
||||
---
|
||||
# 2. MariaDB Operator
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
|
@ -53,4 +51,3 @@ spec:
|
|||
- ApplyOutOfSyncOnly=true
|
||||
- SkipHooks=false
|
||||
- SyncWave=1 # ensure this waits for mariadb-operator-crds
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue