We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jx-helpers/pkg/kube/services/services.go
Lines 208 to 249 in 75de049
This doesn't work, when you have wildcard url.
The text was updated successfully, but these errors were encountered:
workaround, update your helmfile and add a hook that add a url in tls:
hooks: - events: [ "postsync" ] showlogs: true command: "kubectl" args: - -n - '{{ requiredEnv "PREVIEW_NAMESPACE" }}' - patch - ingress - '{{ requiredEnv "REPO_NAME" }}' - --patch - '{"spec":{"tls":[{"hosts": ["jhipster.{{ requiredEnv "REPO_NAME" }}-pr{{ requiredEnv "PULL_NUMBER" }}.{{ requiredEnv "DOMAIN" }}","*.{{ requiredEnv "REPO_NAME" }}-pr{{ requiredEnv "PULL_NUMBER" }}.{{ requiredEnv "DOMAIN" }}"], "secretName": "wildcard-{{ requiredEnv "REPO_NAME" }}-pr{{ requiredEnv "PULL_NUMBER" }}"}]}}'
I tried using helmfile jsonPatches and strategiyMergePatches but it didn't work, because it needed to rebuild dependencies...
jsonPatches
strategiyMergePatches
Sorry, something went wrong.
No branches or pull requests
jx-helpers/pkg/kube/services/services.go
Lines 208 to 249 in 75de049
This doesn't work, when you have wildcard url.
The text was updated successfully, but these errors were encountered: