22 lines
510 B
YAML
22 lines
510 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: ircs-prod-migrator
|
|
namespace: argocd
|
|
labels:
|
|
app.kubernetes.io/part-of: ircs
|
|
environment: prod
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://gitea.mnnu.eu.org/gitea-admin/ircs-prod-config.git
|
|
targetRevision: main
|
|
path: ircs-prod/migration
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: ircs-prod
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
- ServerSideApply=true
|