forked from k-space/kube
argo: enable helm in kustomize + update
This commit is contained in:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user