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
To reproduce, run werf converge with this manifest:
werf converge
# .helm/templates/test.yaml: apiVersion: apps/v1 kind: Deployment metadata: name: test spec: selector: matchLabels: app: test template: metadata: labels: app: test spec: containers: - name: test image: ubuntu:22.04 command: - sh - -ec - | echo date: $(date) && false
This will show date: <current date> log line in werf converge log only once, but it should be twice.
date: <current date>
The text was updated successfully, but these errors were encountered:
ilya-lesikov
No branches or pull requests
To reproduce, run
werf converge
with this manifest:This will show
date: <current date>
log line inwerf converge
log only once, but it should be twice.The text was updated successfully, but these errors were encountered: