Skip to content

Commit

Permalink
skip 'staging' and 'production'
Browse files Browse the repository at this point in the history
  • Loading branch information
dati18 committed Feb 22, 2024
1 parent d686246 commit 2d16ee9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions k8s/helmfile/argo-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ releases:
- name: argo-cd-base
namespace: argocd
chart: argo-cd/argo-cd
version: 5.53.14
installed: {{ eq .Environment.Name "local" | toYaml }}
version: '{{ if eq .Environment.Name "local" }} 5.53.14 {{ end }}'

0 comments on commit 2d16ee9

Please sign in to comment.