Skip to content

Commit

Permalink
removing redundant env folder
Browse files Browse the repository at this point in the history
  • Loading branch information
P0NDER0SA committed Oct 29, 2024
1 parent a125e4c commit 6e96a2c
Show file tree
Hide file tree
Showing 57 changed files with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions helmfile/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ releases:
category: documentation
chart: charts/notify-documentation
values:
- ./overrides/env/{{ .Environment.Name }}/notify/documentation.yaml.gotmpl
- ./overrides/{{ .Environment.Name }}/notify/documentation.yaml.gotmpl

- name: notify-api
namespace: notify-{{ .Environment.Name }}
Expand All @@ -43,7 +43,7 @@ releases:
category: deliverable
chart: charts/notify-api
values:
- ./overrides/env/{{ .Environment.Name }}/notify/api.yaml.gotmpl
- ./overrides/{{ .Environment.Name }}/notify/api.yaml.gotmpl

- name: notify-admin
namespace: notify-{{ .Environment.Name }}
Expand All @@ -53,7 +53,7 @@ releases:
category: deliverable
chart: charts/notify-admin
values:
- ./overrides/env/{{ .Environment.Name }}/notify/admin.yaml.gotmpl
- ./overrides/{{ .Environment.Name }}/notify/admin.yaml.gotmpl

{{ end }}

Expand All @@ -77,7 +77,7 @@ releases:
chart: oci://public.ecr.aws/karpenter/karpenter
version: 0.36.1
values:
- ./overrides/env/{{ .Environment.Name }}/system/karpenter.yaml.gotmpl
- ./overrides/{{ .Environment.Name }}/system/karpenter.yaml.gotmpl

- name: karpenter-nodepool
namespace: karpenter
Expand All @@ -88,7 +88,7 @@ releases:
step: 2
chart: charts/karpenter-nodepool
values:
- ./overrides/env/{{ .Environment.Name }}/system/karpenter.yaml.gotmpl
- ./overrides/{{ .Environment.Name }}/system/karpenter.yaml.gotmpl

- name: priority-classes
namespace: kube-system
Expand All @@ -100,7 +100,7 @@ releases:
chart: deliveryhero/priority-class
version: 0.1.1
values:
- ./overrides/env/{{ .Environment.Name }}/system/priority-classes.yaml.gotmpl
- ./overrides/{{ .Environment.Name }}/system/priority-classes.yaml.gotmpl

- name: secrets-store-csi-driver
namespace: kube-system
Expand All @@ -112,7 +112,7 @@ releases:
chart: secrets-store-csi-driver/secrets-store-csi-driver
version: 1.4.1
values:
- ./overrides/env/{{ .Environment.Name }}/system/secrets-csi.yaml.gotmpl
- ./overrides/{{ .Environment.Name }}/system/secrets-csi.yaml.gotmpl

- name: aws-secrets-provider
namespace: kube-system
Expand All @@ -124,7 +124,7 @@ releases:
chart: aws-secrets-manager/secrets-store-csi-driver-provider-aws
version: 0.3.5
values:
- ./overrides/env/{{ .Environment.Name }}/system/aws-secrets.yaml.gotmpl
- ./overrides/{{ .Environment.Name }}/system/aws-secrets.yaml.gotmpl

- name: kube-state-metrics
namespace: kube-system
Expand All @@ -135,7 +135,7 @@ releases:
chart: prometheus-community/kube-state-metrics
version: 5.18.1
values:
- ./overrides/env/{{ .Environment.Name }}/system/kube-state-metrics.yaml.gotmpl
- ./overrides/{{ .Environment.Name }}/system/kube-state-metrics.yaml.gotmpl

- name: blazer
namespace: tools
Expand All @@ -147,7 +147,7 @@ releases:
chart: stakater/application
version: 2.3.2
values:
- ./overrides/env/{{ .Environment.Name }}/tools/blazer.yaml.gotmpl
- ./overrides/{{ .Environment.Name }}/tools/blazer.yaml.gotmpl

- name: ingress
namespace: nginx
Expand All @@ -160,7 +160,7 @@ releases:
step: 4
chart: charts/nginx-ingress
values:
- ./overrides/env/{{ .Environment.Name }}/system/nginx.yaml.gotmpl
- ./overrides/{{ .Environment.Name }}/system/nginx.yaml.gotmpl

- name: xray-daemon
namespace: xray
Expand All @@ -174,4 +174,4 @@ releases:
chart: okgolove/aws-xray
version: 4.0.8
values:
- ./overrides/env/{{ .Environment.Name }}/system/xray-daemon.yaml.gotmpl
- ./overrides/{{ .Environment.Name }}/system/xray-daemon.yaml.gotmpl

0 comments on commit 6e96a2c

Please sign in to comment.