add surveybot
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2024-07-12 14:44:14 +02:00
parent 60da8056f4
commit ee1b1376c4
Signed by: aaron
GPG key ID: 643004654D40D577
2 changed files with 58 additions and 1 deletions

View file

@ -92,7 +92,7 @@ spec:
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: hoylogo-staging
name: surveybot
namespace: argocd
spec:
project: default
@ -108,3 +108,23 @@ spec:
- CreateNamespace=true
automated:
prune: true
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: surveybot
namespace: argocd
spec:
project: default
source:
repoURL: https://git.ar21.de/aaron/k8s-deployments.git
targetRevision: HEAD
path: surveybot
destination:
server: https://kubernetes.default.svc
namespace: surveybot
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true