feat: move from atlantis and sorcerer applicationsets
This commit is contained in:
@@ -0,0 +1,25 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: prod-atlantis
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
template:
|
||||||
|
metadata:
|
||||||
|
name: prod-atlantis
|
||||||
|
spec:
|
||||||
|
project: atlantis
|
||||||
|
destination:
|
||||||
|
namespace: atlantis
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
sources:
|
||||||
|
- repoURL: https://gitlab.com/oceanbox/manifests.git
|
||||||
|
targetRevision: nixidy
|
||||||
|
path: values/atlantis
|
||||||
|
plugin:
|
||||||
|
name: kustomize-helm-with-rewrite
|
||||||
|
parameters:
|
||||||
|
- name: env
|
||||||
|
string: prod
|
||||||
|
- name: hostname
|
||||||
|
string: atlantis.beta.oceanbox.io
|
||||||
@@ -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
|
||||||
@@ -0,0 +1,31 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: staging-sorcerer
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
template:
|
||||||
|
metadata:
|
||||||
|
name: staging-sorcerer
|
||||||
|
spec:
|
||||||
|
project: atlantis
|
||||||
|
destination:
|
||||||
|
namespace: staging-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: staging
|
||||||
|
- name: hostname
|
||||||
|
string: sorcerer.ekman.oceanbox.io
|
||||||
|
templatePatch: |
|
||||||
|
spec:
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: false
|
||||||
Reference in New Issue
Block a user