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
imagePullPolicy: .Values.app.image.pullPolicy missing {{}} should be imagePullPolicy: {{ .Values.app.image.pullPolicy }}
in the main container.
The text was updated successfully, but these errors were encountered:
Thanks for the report! We'll do a hotfix today!
Sorry, something went wrong.
You're welcome. thx for the quick response and fix.
Merge branch 'feature/GH-52' into 'develop'
51e422d
Feature/gh 52 See merge request passbolt/passbolt-ops/charts-passbolt!39
This should have been fixed in 0.4.4.
Thanks again for the heads up!
works!! thx.
dlen
No branches or pull requests
imagePullPolicy: .Values.app.image.pullPolicy
missing {{}}
should be
imagePullPolicy: {{ .Values.app.image.pullPolicy }}
in the main container.
The text was updated successfully, but these errors were encountered: