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
What would you like to be added: https://github.com/kudobuilder/operators/blob/master/repository/kafka/operator/templates/external-service.yaml shows an example which can be boiled down to:
{{- $root := . -}} {{ range $i, $v := until (int .Params.BROKER_COUNT) }} --- apiVersion: v1 kind: Service metadata: name: {{ $root.Name }}-kafka-{{ $v }}-external namespace: {{ $root.Namespace }} spec: type: {{ $root.Params.EXTERNAL_ADVERTISED_LISTENER_TYPE }} {{end}}
The $root for implicits and for Params needs to be supported for validation.
$root
The text was updated successfully, but these errors were encountered:
@zmalik anything else to add here?
Sorry, something went wrong.
@kensipe this looks good and covers any use cases I can think around user-defined variables in templates
$
@zmalik please let us know whether the merged change (will be in 0.10.0) to support the $ variable works as expected.
0.10.0
Actually let me just close this as fixed, and you can reopen if this is still a problem in 0.10.0.
porridge
No branches or pull requests
What would you like to be added:
https://github.com/kudobuilder/operators/blob/master/repository/kafka/operator/templates/external-service.yaml
shows an example which can be boiled down to:
The
$root
for implicits and for Params needs to be supported for validation.The text was updated successfully, but these errors were encountered: