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