feat: move from atlantis and sorcerer applicationsets

This commit is contained in:
2024-12-09 12:46:35 +01:00
parent 70a78699e3
commit 9eb9714c7f
3 changed files with 87 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: prod-sorcerer
namespace: argocd
spec:
template:
metadata:
name: prod-sorcerer
spec:
project: atlantis
destination:
namespace: sorcerer
server: https://10.255.241.99:4443
sources:
- repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: main
path: values/sorcerer
plugin:
name: kustomize-helm-with-rewrite
parameters:
- name: env
string: prod
- name: hostname
string: sorcerer.data.oceanbox.io
templatePatch: |
spec:
syncPolicy:
automated:
prune: true
selfHeal: false