1
0
forked from k-space/kube

argo: enable helm in kustomize + update

This commit is contained in:
2025-04-20 00:43:28 +03:00
parent a94fddff1e
commit 7eadbee7a2
2 changed files with 2 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ Most notably operators are NOT managed by ArgoCD.
Update apps (see TODO below): Update apps (see TODO below):
``` ```
for j in asterisk bind camtiler etherpad freescout gitea grafana hackerspace nextcloud nyancat rosdump traefik wiki wildduck woodpecker; do for j in asterisk bind camtiler etherpad freescout gitea grafana hackerspace nextcloud nyancat rosdump traefik wiki wildduck; do
cat << EOF >> applications/$j.yaml cat << EOF >> applications/$j.yaml
--- ---
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1

View File

@@ -74,6 +74,7 @@ configs:
p, role:image-updater, applications, update, */*, allow p, role:image-updater, applications, update, */*, allow
g, image-updater, role:image-updater g, image-updater, role:image-updater
cm: cm:
kustomize.buildOptions: --enable-helm
admin.enabled: "false" admin.enabled: "false"
resource.customizations: | resource.customizations: |
# https://github.com/argoproj/argo-cd/issues/1704 # https://github.com/argoproj/argo-cd/issues/1704