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
The daemonset, etc have this, which makes sense:
labels: {{- include "fluent-bit.labels" . | nindent 4 }} {{- with .Values.labels }} {{- toYaml . | nindent 4 }} {{- end }}
but the pattern is not the same for ClusterRole and ClusterRoleBinding:
labels: {{- include "fluent-bit.labels" . | nindent 4 }}
So I think they need to have .Values.labels to follow the pattern, or else add a new top level key like .Values.clusterRole.labels.
.Values.labels
.Values.clusterRole.labels
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The daemonset, etc have this, which makes sense:
but the pattern is not the same for ClusterRole and ClusterRoleBinding:
So I think they need to have
.Values.labels
to follow the pattern, or else add a new top level key like.Values.clusterRole.labels
.The text was updated successfully, but these errors were encountered: