Skip to content

Commit

Permalink
adjust helmfile
Browse files Browse the repository at this point in the history
  • Loading branch information
deer-wmde committed Nov 27, 2024
1 parent 02ba795 commit 94c02e0
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions k8s/helmfile/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,11 @@ templates:

releases:
################################
# NOT LOCAL
# ALL ENVIRONMENTS
################################
# Only deploy the clusterissuers to production clusters for now, as they won't
# work locally for now...

- name: clusterissuers
installed: {{ ne .Environment.Name "local" | toYaml }}
namespace: cert-manager
# TODO use something more generic or from wbstack/charts repo
chart: wbstack/wikibase-cloud-clusterissuers
version: 0.1.0
values:
Expand All @@ -96,16 +93,11 @@ releases:
- 'wikibase.dev'

- name: certificates
installed: {{ ne .Environment.Name "local" | toYaml }}
namespace: default
chart: wbstack/certificates
version: 0.1.0
<<: *default_release


################################
# ALL ENVIRONMENTS
################################
- name: argocd-config
namespace: argocd
chart: wbstack/argocd-config
Expand Down

0 comments on commit 94c02e0

Please sign in to comment.