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
Using below mtp I got error
razee-logs: error: b29ae44205e1e519cfa03479fc1a3a967bf60f95: expected a single document in the stream, but found more'
apiVersion: deploy.razee.io/v1alpha2 kind: MustacheTemplate metadata: name: mtp1 spec: templateEngine: handlebars env: - name: version optional: true valueFrom: genericKeyRef: apiVersion: deploy.razee.io/v1alpha1 key: version strTemplates: - | {{#unless version}} kind: ConfigMap apiVersion: v1 metadata: name: cm1 data: {} --- kind: ConfigMap apiVersion: v1 metadata: name: cm2 data: {} {{/unless}}
The text was updated successfully, but these errors were encountered:
Can probably be worked around by defining multiple elements in the strTemplates, rather than one element with multiple documents separated by ---
---
Sorry, something went wrong.
No branches or pull requests
Using below mtp I got error
The text was updated successfully, but these errors were encountered: