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
Hello,
There is this value on line 137 in deployment yaml.
{{- toYaml .Values.redisProxyResources | nindent 12 }}
The value is not defined in the values.yaml file. Is this intentional?
The text was updated successfully, but these errors were encountered:
Hey thanks for the heads up! This is totally not intentional.
Maybe we could use this to move the resources entry to some other entry. Not sure what would be more ergonomic:
.Values.app.cache.redis.sentinelProxy.resources Or .Values.app.resources.redisProxy
.Values.app.cache.redis.sentinelProxy.resources
.Values.app.resources.redisProxy
Sorry, something went wrong.
Merge branch 'feature/GH-29-missing-value-redis-resources' into 'deve…
ee9ac7a
…lop' GH-29: fixes #29 #29 See merge request passbolt/passbolt-ops/charts-passbolt!31
cc47f62
No branches or pull requests
Hello,
There is this value on line 137 in deployment yaml.
{{- toYaml .Values.redisProxyResources | nindent 12 }}
The value is not defined in the values.yaml file. Is this intentional?
The text was updated successfully, but these errors were encountered: