Skip to content

Commit

Permalink
reduce argocd-config helmfile release
Browse files Browse the repository at this point in the history
  • Loading branch information
deer-wmde committed Aug 1, 2024
1 parent 38f623b commit 0a270e2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions k8s/helmfile/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ releases:
installed: {{ ne .Environment.Name "local" | toYaml }}
namespace: cert-manager
# TODO use something more generic or from wbstack/charts repo
chart: ./../../charts/wikibase-cloud-clusterissuers
chart: ./../../charts/wikibase-cloud-clusterissuers
values:
- email: {{ .Values.external.letsencrypt.email }}
- gceProject: {{ .Values.gceProject }}
Expand All @@ -107,12 +107,8 @@ releases:
- name: argocd-config
namespace: argocd
chart: ../../charts/argocd-config
values:
- env/{{`{{ .Environment.Name }}`}}/base.yaml
- env/{{`{{ .Environment.Name }}`}}/private.yaml
- env/production/{{`{{ .Release.Name }}`}}.values.yaml.gotmpl
- env/{{`{{ .Environment.Name }}`}}/{{`{{ .Release.Name }}`}}.values.yaml.gotmpl
installed: {{ eq .Environment.Name "local" | toYaml }}
<<: *default_release

- name: redirects
namespace: default
Expand Down

0 comments on commit 0a270e2

Please sign in to comment.