Description
Failure to install the harness BYOA agent using a reasonably vanilla values set.
Detail
- In the harness platform, navigate to an organization
- Open GitOps agents and start a new agent process
- Complete the visual interface
- Follow the installation instructions presented on the screen.
Error Detail
Error: INSTALLATION FAILED: 1 error occurred:
* Service ".Values.agent.name-metrics" is invalid: metadata.name: Invalid value: ".Values.agent.name-metrics": a DNS-1035 label must consist of lower case alphanumeric characters or '-', start with an alphabetic character, and end with an alphanumeric character (e.g. 'my-name', or 'abc-123', regex used for validation is 'a-z?')
It seems like this is invalid syntax, the quotes should surround the template syntax. Instead, the quotes are causing a literal ".Values.metrics.name"-metrics value to be expressed.
Permalink to suspected issue
|
name: {{ ".Values.agent.name" }}-metrics |
Description
Failure to install the harness BYOA agent using a reasonably vanilla values set.
Detail
Error Detail
Error: INSTALLATION FAILED: 1 error occurred:
* Service ".Values.agent.name-metrics" is invalid: metadata.name: Invalid value: ".Values.agent.name-metrics": a DNS-1035 label must consist of lower case alphanumeric characters or '-', start with an alphabetic character, and end with an alphanumeric character (e.g. 'my-name', or 'abc-123', regex used for validation is 'a-z?')
It seems like this is invalid syntax, the quotes should surround the template syntax. Instead, the quotes are causing a literal ".Values.metrics.name"-metrics value to be expressed.
Permalink to suspected issue
gitops-helm-byoa/charts/templates/gitops-agent/metrics.yaml
Line 5 in 3a31f17