Skip to content

Commit

Permalink
chore: more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Dec 1, 2024
1 parent b88da04 commit 9f8c2e4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion modules/kubernetes/files/argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,18 @@ configs:
create: true
plugins:
kustomized-helm:
init:
command:
- /bin/sh
- -c
args:
- helm dependency build
generate:
command:
- /bin/sh
- -c
args:
- kustomize build --enable-helm
- helm template --release-name release-name . > all.yaml && kustomize build
params:
server.insecure: true
rbac:
Expand Down
4 changes: 2 additions & 2 deletions registry/components/homepage/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ spec:
chart: homepage
repoURL: https://jameswynn.github.io/helm-charts
targetRevision: 2.0.1
# plugin:
# name: kustomized-helm
plugin:
name: kustomized-helm
helm:
valuesObject:
image:
Expand Down
4 changes: 2 additions & 2 deletions registry/components/homepage/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- application.yaml
- all.yaml
- configmap.yaml
- namespace.yaml
patches:
patchesJson6902:
- target:
group: apps
version: v1
Expand Down

0 comments on commit 9f8c2e4

Please sign in to comment.