Initial render: k3s-dev environment
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: abinitio-platform-metadatahub
|
||||
namespace: argocd
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "0"
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
project: abinitio-platform-project
|
||||
source:
|
||||
repoURL: "https://gitea.k3s.sg.ic.cloudguild.gcp.abinitio.com/gitea-admin/ab-initio-manifests.git"
|
||||
targetRevision: HEAD
|
||||
path: "rendered/manifests/k3s-dev/abinitio-platform/metadatahub"
|
||||
destination:
|
||||
server: "https://kubernetes.default.svc"
|
||||
namespace: abinitio
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
automated:
|
||||
selfHeal: true
|
||||
prune: true
|
||||
Reference in New Issue
Block a user