fix: Use ARGOCD_SERVER for default value (#21930)

Signed-off-by: sivchari <shibuuuu5@gmail.com>
This commit is contained in:
sivchari
2025-02-22 15:50:15 +09:00
committed by GitHub
parent 37aaeb3dd9
commit 9f81cd4798
2 changed files with 3 additions and 1 deletions

View File

@@ -292,6 +292,8 @@ const (
EnvCMPWorkDir = "ARGOCD_CMP_WORKDIR"
// EnvGPGDataPath overrides the location where GPG keyring for signature verification is stored
EnvGPGDataPath = "ARGOCD_GPG_DATA_PATH"
// EnvServer is the server address of the Argo CD API server.
EnvServer = "ARGOCD_SERVER"
// EnvServerName is the name of the Argo CD server component, as specified by the value under the LabelKeyAppName label key.
EnvServerName = "ARGOCD_SERVER_NAME"
// EnvRepoServerName is the name of the Argo CD repo server component, as specified by the value under the LabelKeyAppName label key.