Added yay-or-nay
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
25
manifests/_apps/yay-or-nay.yaml
Normal file
25
manifests/_apps/yay-or-nay.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: yay-or-nay
|
||||
namespace: argocd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
project: cluster.fun
|
||||
destination:
|
||||
namespace: yay-or-nay
|
||||
name: cluster-fun (v2)
|
||||
source:
|
||||
path: manifests/yay-or-nay
|
||||
repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git"
|
||||
targetRevision: HEAD
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
automated: {}
|
||||
ignoreDifferences:
|
||||
- kind: Secret
|
||||
jsonPointers:
|
||||
- /data
|
||||
---
|
Reference in New Issue
Block a user