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:
name: '{{ env }}-busynix'
spec:
project: atlantis
destination:
namespace: oceanbox
server: '{{ cluster }}'
project: atlantis
source:
path: busynix
plugin:
+3 -4
View File
@@ -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
+3 -4
View File
@@ -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
+8
View File
@@ -14,4 +14,12 @@ spec:
chart: redis
helm:
values: |
architecture: replication
auth:
enabled: true
sentinel: true
password: ""
existingSecret: ""
existingSecretPasswordKey: ""
usePasswordFiles: false