Skip to content

Commit

Permalink
feat: remove minio and nfs driver
Browse files Browse the repository at this point in the history
  • Loading branch information
muhlba91 committed Oct 24, 2023
1 parent 57f5291 commit e0da580
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions applications/applications/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ applications:
disabled: false
namespace: grafana
helm: true
minio:
project: "applications-{{ $.Values.global.projectEnvironment }}"
path: applications/charts/minio
releaseName: minio
disabled: false
namespace: minio
helm: true
# minio:
# project: "applications-{{ $.Values.global.projectEnvironment }}"
# path: applications/charts/minio
# releaseName: minio
# disabled: false
# namespace: minio
# helm: true
external-services:
project: "applications-{{ $.Values.global.projectEnvironment }}"
path: applications/charts/external-services
Expand Down
16 changes: 8 additions & 8 deletions infrastructure/applications/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ applications:
namespace: longhorn-system
helm: true
syncWave: -250
csi-nfs-driver:
project: "infrastructure-{{ $.Values.global.projectEnvironment }}"
path: infrastructure/charts/csi-nfs-driver
releaseName: csi-nfs-driver
disabled: false
namespace: csi-nfs-driver
helm: true
syncWave: -150
# csi-nfs-driver:
# project: "infrastructure-{{ $.Values.global.projectEnvironment }}"
# path: infrastructure/charts/csi-nfs-driver
# releaseName: csi-nfs-driver
# disabled: false
# namespace: csi-nfs-driver
# helm: true
# syncWave: -150

0 comments on commit e0da580

Please sign in to comment.