You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@devops211:~/argo-cd# helm upgrade --install --namespace argocd --create-namespace --values custome-values.yaml --dry-run argocd .
WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /etc/rancher/rke2/rke2.yaml
WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /etc/rancher/rke2/rke2.yaml
Release "argocd" does not exist. Installing it now.
Error: template: argo-cd/templates/applicationset/ingress-webhook.yaml:7:15: executing "argo-cd/templates/applicationset/ingress-webhook.yaml" at <include "common.capabilities.webhook.ingress.apiVersion" .>: error calling include: template: no template "common.capabilities.webhook.ingress.apiVersion" associated with template "gotpl"
root@devops211:~/argo-cd# vi templates/applicationset/ingress-webhook.yaml
Name and Version
bitnami/argo-cd:7.0.25
What architecture are you using?
amd64
What steps will reproduce the bug?
root@devops211:~/argo-cd# helm upgrade --install --namespace argocd --create-namespace --values custome-values.yaml --dry-run argocd .
WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /etc/rancher/rke2/rke2.yaml
WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /etc/rancher/rke2/rke2.yaml
Release "argocd" does not exist. Installing it now.
Are you using any custom parameters or values?
What is the expected behavior?
see above
What do you see instead?
template not found
Additional information
see above.
The text was updated successfully, but these errors were encountered: