fix: traget revision and staging cluster
This commit is contained in:
@@ -10,7 +10,7 @@ spec:
|
||||
- cluster: https://kubernetes.default.svc
|
||||
env: prod
|
||||
hostname: atlantis.srv.oceanbox.io
|
||||
- cluster: https://kubernetes.default.svc
|
||||
- cluster: https://staging-vcluster.staging-vcluster:443
|
||||
env: staging
|
||||
hostname: atlantis.beta.oceanbox.io
|
||||
template:
|
||||
@@ -23,7 +23,7 @@ spec:
|
||||
server: '{{ cluster }}'
|
||||
sources:
|
||||
- repoURL: https://gitlab.com/oceanbox/manifests.git
|
||||
targetRevision: HEAD
|
||||
targetRevision: dev
|
||||
path: charts/atlantis
|
||||
plugin:
|
||||
name: kustomize-helm-with-rewrite
|
||||
@@ -33,5 +33,5 @@ spec:
|
||||
- name: hostname
|
||||
string: '{{ hostname }}'
|
||||
- repoURL: https://gitlab.com/oceanbox/manifests.git
|
||||
targetRevision: HEAD
|
||||
targetRevision: dev
|
||||
path: charts/atlantis/manifests
|
||||
|
||||
Reference in New Issue
Block a user