refactor: move stuff around mostly

This commit is contained in:
2024-01-30 19:31:55 +01:00
parent d440c255c9
commit c85fe82429
6 changed files with 15 additions and 9 deletions
+1 -1
View File
@@ -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:
+3 -4
View File
@@ -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
+3 -4
View File
@@ -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
+8
View File
@@ -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