Skip to content

Commit

Permalink
moving api back under dev
Browse files Browse the repository at this point in the history
  • Loading branch information
P0NDER0SA committed Oct 29, 2024
1 parent 73ac543 commit a125e4c
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions helmfile/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@ releases:
values:
- ./overrides/env/{{ .Environment.Name }}/notify/documentation.yaml.gotmpl

- name: notify-api
namespace: notify-{{ .Environment.Name }}
labels:
app: notify-api
tier: backend
category: deliverable
chart: charts/notify-api
values:
- ./overrides/env/{{ .Environment.Name }}/notify/api.yaml.gotmpl

- name: notify-admin
namespace: notify-{{ .Environment.Name }}
labels:
Expand All @@ -47,18 +57,6 @@ releases:

{{ end }}


- name: notify-api
namespace: notify-{{ .Environment.Name }}
labels:
app: notify-api
tier: backend
category: deliverable
chart: charts/notify-api
values:
- ./overrides/env/{{ .Environment.Name }}/notify/api.yaml.gotmpl


- name: karpenter-crd
namespace: karpenter
labels:
Expand Down

0 comments on commit a125e4c

Please sign in to comment.