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
I followed (documentation from helmfiles)[https://github.com/roboll/helmfile/blob/master/docs/advanced-features.md] to configure resources in a way not supported by the helm chart values. jx admin log shows the boot job failing:
"ingress-nginx" has been added to your repositories
in ./helmfile.yaml: in .helmfiles[3]: in helmfiles/nginx/helmfile.yaml: [exec: "kustomize": executable file not found in $PATH
COMMAND:
kustomize build /tmp/chartify892838689/nginx-ingress/ingress-nginx --output /tmp/chartify892838689/nginx-ingress/ingress-nginx/all.patched.yaml
OUTPUT:
]
make[1]: *** [versionStream/src/Makefile.mk:117: fetch] Error 1
make[1]: Leaving directory '/workspace/source'
error: failed to regenerate: failed to regenerate phase 1: failed to run 'make regen-phase-1' command in directory '.', output: ''
make: *** [versionStream/src/Makefile.mk:242: regen-check] Error 1
This particular instance, I need to use AWS ACM certificates, so am modifying the nginx ingress to use them and still redirect HTTP to HTTPS. (see kubernetes/ingress-nginx#2724)
I followed (documentation from helmfiles)[https://github.com/roboll/helmfile/blob/master/docs/advanced-features.md] to configure resources in a way not supported by the helm chart values.
jx admin log
shows the boot job failing:This particular instance, I need to use AWS ACM certificates, so am modifying the nginx ingress to use them and still redirect HTTP to HTTPS. (see kubernetes/ingress-nginx#2724)
The text was updated successfully, but these errors were encountered: