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
In patch [EPMDEDP-11961] was implemented static resources name for all component in a cluster. Early, the helm template during deployment into the cluster was created with a hash at the end of the name.
Now all templates are created with the names that are defined in the chart.yaml file, in the name block.
For example for Chart.yaml:
apiVersion: v2
name: python38
description: A Helm chart for Kubernetes
Service name: python38
Endpoint name: python38
Deployment name: python38
Currently we have random values for example for name of service.
Acceptance Criteria:
https://argo-cd.readthedocs.io/en/stable/user-guide/helm/
argoproj/argo-cd#1066
Investigate fullnameOverride parameter in values.yaml.
The text was updated successfully, but these errors were encountered: