Skip to content

fix: [CPCAP-8396] fix templates#409

Closed
mchekalov wants to merge 1 commit into
mainfrom
fix/check-passwords
Closed

fix: [CPCAP-8396] fix templates#409
mchekalov wants to merge 1 commit into
mainfrom
fix/check-passwords

Conversation

@mchekalov
Copy link
Copy Markdown
Collaborator

No description provided.

@github-actions github-actions Bot added the bug Something isn't working label Apr 16, 2026
data:
username: {{ "monitoring-user" | b64enc }}
password: {{ .Values.metricCollector.userPassword | b64enc }}
password: {{ required "there is empty userPassword field, fill it up!" .Values.metricCollector.userPassword | b64enc }}
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.Values.metricCollector.userPassword already have default values in values.yaml

@Tvion Tvion closed this Apr 27, 2026
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 27, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants