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
Argo CD installation via the Helm chart results in inconsistent resource naming. Specifically, some resources respect the fullnameOverride value, while others have the argocd- prefix hardcoded. For example, the argocd-configs/argocd-secret.yaml file contains a Secret object with the fixed name argocd-secret.
Related helm chart
argo-cd
Helm chart version
7.7.2
To Reproduce
Download the Helm chart
Set the fullnameOverride value, for instance, to argo-cd
Install the release
Check the names of objects using the command:
kubectl get all,secrets -n <namespace>
Expected behavior
Naming is consistent. Resources respect the fullnameOverride value.
Screenshots
No response
Additional context
A general question: in many places, Argo CD is referred to as either argo-cd or argocd. While this doesn’t cause technical issues, it can lead to confusion around naming conventions. Then, why wouldn't we refer to Argo Workflows as either argo-workflows or argoworkflows?
It might be beneficial to standardize naming across configurations and documentation for clarity and consistency.
The text was updated successfully, but these errors were encountered:
while others have the argocd- prefix hardcoded. For example, the argocd-configs/argocd-secret.yaml file contains a Secret object with the fixed name argocd-secret.
Describe the bug
Argo CD installation via the Helm chart results in inconsistent resource naming. Specifically, some resources respect the
fullnameOverride
value, while others have theargocd-
prefix hardcoded. For example, theargocd-configs/argocd-secret.yaml
file contains a Secret object with the fixed nameargocd-secret
.Related helm chart
argo-cd
Helm chart version
7.7.2
To Reproduce
fullnameOverride
value, for instance, toargo-cd
Expected behavior
Naming is consistent. Resources respect the
fullnameOverride
value.Screenshots
No response
Additional context
A general question: in many places, Argo CD is referred to as either
argo-cd
orargocd
. While this doesn’t cause technical issues, it can lead to confusion around naming conventions. Then, why wouldn't we refer to Argo Workflows as eitherargo-workflows
orargoworkflows
?It might be beneficial to standardize naming across configurations and documentation for clarity and consistency.
The text was updated successfully, but these errors were encountered: