Error: Error: looks like "https://jfrog-prod.debs.cloud/artifactory/helm-dev2-local/helm-sample/nginx-sample.tgz" is not a valid chart repository or cannot be reached: failed to fetch https://jfrog-prod.debs.cloud/artifactory/helm-dev2-local/helm-sample/nginx-sample.tgz/index.yaml : 401 Unauthorized. it would need credentials. I don't see any option to password credentials in
kustomize build . --enable-helm
I'm trying to use helm charts in kustomization.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
helmCharts:
- name: minecraft
includeCRDs: false
valuesFile: values.yaml
releaseName: moria
version: 0.1.0
repo: https://jfrog-prod.debs.cloud/artifactory/helm-dev2-local/helm-sample/nginx-sample.tgz
Expectation kustomize build . --enable-helm command should print deployment and service object.