-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
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
Helm template does not support GSS-TSIG configuration for ExternalDNS #1061
Milestone
Comments
v-esteves
pushed a commit
to v-esteves/k8gb
that referenced
this issue
Mar 27, 2023
Changed to allow the configuration of the provider RFC2136 with GSS-TSIG Fixes k8gb-io#1061 Signed-off-by: [email protected] <[email protected]>
ytsarev
added a commit
that referenced
this issue
Dec 18, 2023
…port GSS-TSIG authentication configuration. (#1064) * Changed values file and schema, in order to support GSS-TSIG configuration for ExternalDNS Signed-off-by: [email protected] <[email protected]> * Changed deployment external-dns template, in order to support volumes for kerberos configuration file from config-map Signed-off-by: [email protected] <[email protected]> * Updated ExternalDNS template in order to allow the configuration of the ConfigMap with a krb5.conf configuration for Kerberos authentication (GSS-TSIG). Also updated the values.schema.json and values.yaml for this new input. README.md was updated with the correct description of the values.yaml structure with the new inputs for the rfc2136 provider configuration Signed-off-by: [email protected] <[email protected]> Signed-off-by: [email protected] <[email protected]> * helm: values.yaml, values.schema.json, templates/external-dns Changed to allow the configuration of the provider RFC2136 with GSS-TSIG Fixes #1061 Signed-off-by: [email protected] <[email protected]> * Added reference in main README.md to provider RFC2136 tutorial. Removed duplicaded Helm Values from RFC2136 provider tutorial. Signed-off-by: [email protected] <[email protected]> * Moved documentation files from PR 1065 in order to fix conflicts with helm chart version. Signed-off-by: [email protected] <[email protected]> * Pulled and merge README.md from main, in order to resolve conflict values. Signed-off-by: [email protected] <[email protected]> * make golic happy Signed-off-by: Yury Tsarev <[email protected]> * Added link to Azure Windows DNS documentation from main Readme.md Signed-off-by: [email protected] <[email protected]> * Added default value to TSIG authentication when provider 2136 is selected. This will ensure that current running workloads using TSIG authentication for BIND will not break due to change on the helm values list for provider 2136. Added validations to _helpers template, in order to ensure that provider2136 options are not added to the external DNS deployment configuration, when provider2136 isn't enabled. Signed-off-by: Vitor Esteves <[email protected]> --------- Signed-off-by: [email protected] <[email protected]> Signed-off-by: [email protected] <[email protected]> Signed-off-by: [email protected] <[email protected]> Signed-off-by: Vitor Esteves <[email protected]> Signed-off-by: Yury Tsarev <[email protected]> Signed-off-by: Vitor Esteves <[email protected]> Co-authored-by: Vitor Esteves <[email protected]> Co-authored-by: [email protected] <[email protected]> Co-authored-by: [email protected] <[email protected]> Co-authored-by: Yury Tsarev <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use case:
Error:
Error: UPGRADE FAILED: values don't meet the specifications of the schema(s) in the following chart(s):
k8gb:
Fix:
Helm template needs to be updated in order to allow this configuration.
The text was updated successfully, but these errors were encountered: