Skip to content

Commit 6c99700

Browse files
committed
Converted Argocd from kustomize to Helm
1 parent 71298dd commit 6c99700

File tree

7 files changed

+4243
-97
lines changed

7 files changed

+4243
-97
lines changed

.github/workflows/helm-argocd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- base-kustomize/argocd/**
77
- base-helm-configs/argocd/**
8-
- .github/workflows/kustomize-argocd.yaml
8+
- .github/workflows/helm-argocd.yaml
99
jobs:
1010
helm:
1111
strategy:
@@ -35,7 +35,7 @@ jobs:
3535
--namespace=argocd \
3636
--wait \
3737
--timeout 120m \
38-
-f ${{ github.workspace }}/base-helm-configs/argocd/argocd-helm-overrides.yaml \
38+
-f ${{ github.workspace }}/base-helm-configs/argocd/helm-argocd-overrides.yaml \
3939
--post-renderer ${{ github.workspace }}/base-kustomize/kustomize.sh \
4040
--post-renderer-args argocd/${{ matrix.overlays }} > /tmp/rendered.yaml
4141
- name: Return helm Build

.github/workflows/kustomize-argocd.yaml

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)