skip to Main Content

argocd: why helm app not applying values.yml – Nginx

I would like to install a helm release using argocd, i defined a helm app declaratively like the following : apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: moon namespace: argocd spec: project: aerokube source: chart: moon2 repoURL: https://charts.aerokube.com/ targetRevision: 2.4.0 helm:…

VIEW QUESTION

Unable to use vi editor in wordpress container

I have been struggling to use vi editor in WordPress container (on Kubernetes) to edit a file wp-config.php I am currently using this helm chart of WordPress from Artifactub: https://artifacthub.io/packages/helm/bitnami/wordpress Image: docker.io/bitnami/wordpress:6.1.1-debian-11-r1 These are the errors I'm getting when trying…

VIEW QUESTION
Back To Top
Search