You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2023. It is now read-only.
Describe the bug:
Following the security example has resulted in an error when installing the chart:
W0105 13:23:15.573073 1310129 warnings.go:70] spec.template.spec.containers[0].env[18].name: duplicate name "ELASTIC_PASSWORD"
It seems the security Makefile creates a secret called elasticsearch-credentials which then conflicts with the chart's secret called elasticsearch-master-credentials.
Chart version: 7.17.3
Kubernetes version: 1.23
Kubernetes provider: K3S (on-prem)
Helm Version: 3
helm get release
output:nothing, not installed
Describe the bug:
Following the security example has resulted in an error when installing the chart:
It seems the security Makefile creates a secret called
elasticsearch-credentials
which then conflicts with the chart's secret calledelasticsearch-master-credentials
.The
--dry-run
generated YAML shows:The second entry with
elastic-credentials
comes from the security example and is in our values.yamlSteps to reproduce:
See above.
Expected behavior:
Provide logs and/or server output (if relevant):
Be careful to obfuscate every secrets (credentials, token, public IP, ...) that could be visible in the output before copy-pasting
Any additional context:
The text was updated successfully, but these errors were encountered: