Skip to content

Commit 98f2f30

Browse files
committed
Add application for deploying stackops controlplane
1 parent 288db13 commit 98f2f30

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
apiVersion: argoproj.io/v1alpha1
2+
kind: Application
3+
metadata:
4+
name: stackops-control-plane
5+
spec:
6+
destination:
7+
server: 'https://kubernetes.default.svc'
8+
source:
9+
path: environments/stackops
10+
repoURL: 'https://github.com/leifmadsen/rhoso-gitops.git'
11+
targetRevision: HEAD
12+
sources: []
13+
project: default
14+
syncPolicy:
15+
automated:
16+
prune: false
17+
selfHeal: false
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
apiVersion: kustomize.config.k8s.io/v1beta1
2+
kind: Kustomization
3+
4+
resources:
5+
- application-stackops-control-plane.yaml

0 commit comments

Comments
 (0)