refactor: move stuff around mostly
This commit is contained in:
@@ -17,10 +17,10 @@ spec:
|
|||||||
metadata:
|
metadata:
|
||||||
name: '{{ env }}-busynix'
|
name: '{{ env }}-busynix'
|
||||||
spec:
|
spec:
|
||||||
|
project: atlantis
|
||||||
destination:
|
destination:
|
||||||
namespace: oceanbox
|
namespace: oceanbox
|
||||||
server: '{{ cluster }}'
|
server: '{{ cluster }}'
|
||||||
project: atlantis
|
|
||||||
source:
|
source:
|
||||||
path: busynix
|
path: busynix
|
||||||
plugin:
|
plugin:
|
||||||
|
|||||||
@@ -5,6 +5,9 @@ metadata:
|
|||||||
namespace: argocd
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
project: atlantis
|
project: atlantis
|
||||||
|
destination:
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
namespace: atlantis
|
||||||
source:
|
source:
|
||||||
repoURL: https://charts.dexidp.io
|
repoURL: https://charts.dexidp.io
|
||||||
targetRevision: 0.16.0
|
targetRevision: 0.16.0
|
||||||
@@ -65,7 +68,3 @@ spec:
|
|||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
destination:
|
|
||||||
server: https://kubernetes.default.svc
|
|
||||||
namespace: atlantis
|
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,9 @@ metadata:
|
|||||||
namespace: argocd
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
project: gis
|
project: gis
|
||||||
|
destination:
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
namespace: geoserver
|
||||||
source:
|
source:
|
||||||
repoURL: https://gitlab.com/oceanbox/charts.git
|
repoURL: https://gitlab.com/oceanbox/charts.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
@@ -20,7 +23,3 @@ spec:
|
|||||||
string: "--skip-tests"
|
string: "--skip-tests"
|
||||||
- name: chart
|
- name: chart
|
||||||
string: ncsa/geoserver
|
string: ncsa/geoserver
|
||||||
destination:
|
|
||||||
server: https://kubernetes.default.svc
|
|
||||||
namespace: geoserver
|
|
||||||
|
|
||||||
|
|||||||
@@ -14,4 +14,12 @@ spec:
|
|||||||
chart: redis
|
chart: redis
|
||||||
helm:
|
helm:
|
||||||
values: |
|
values: |
|
||||||
|
architecture: replication
|
||||||
|
auth:
|
||||||
|
enabled: true
|
||||||
|
sentinel: true
|
||||||
|
password: ""
|
||||||
|
existingSecret: ""
|
||||||
|
existingSecretPasswordKey: ""
|
||||||
|
usePasswordFiles: false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user