diff --git a/charts/staging/argocd/requirements.yaml b/charts/staging/argocd/requirements.yaml index a465a592..55cb05db 100644 --- a/charts/staging/argocd/requirements.yaml +++ b/charts/staging/argocd/requirements.yaml @@ -1,5 +1,5 @@ dependencies: - # https://github.com/argoproj/argo-helm/releases + # https://github.com/argoproj/argo-helm/releases ----- - name: argo-cd version: 7.0.0 repository: https://argoproj.github.io/argo-helm diff --git a/charts/staging/argocd/values.yaml b/charts/staging/argocd/values.yaml index 3a883911..7abc01af 100644 --- a/charts/staging/argocd/values.yaml +++ b/charts/staging/argocd/values.yaml @@ -20,7 +20,7 @@ argo-cd: tls: true certificate: - # -- Deploy a Certificate resource (requires cert-manager) + # -- Deploy a Certificate resource (requires cert-manager) ----- enabled: true issuer: kind: "ClusterIssuer" diff --git a/scripts/pr_check_copy.sh b/scripts/pr_check_copy.sh index f98b060d..26d3def4 100755 --- a/scripts/pr_check_copy.sh +++ b/scripts/pr_check_copy.sh @@ -28,8 +28,8 @@ compare_files() { # If the file is related to dev env then we are not interested. # Will look to filter these out in the yaml file of the GitHub action. if [[ $1 == *"staging/"* ]] ; then - compare_files "$1" "${!$1/staging/"$devEnv"}" + compare_files "$1" "${!$1/staging/"!$devEnv"}" else - compare_files "$1" "${!$1/prod/"$stagingEnv"}" "${!$1/prod/"$devEnv"}" + compare_files "$1" "${!$1/prod/"!$stagingEnv"}" "${!$1/prod/"!$devEnv"}" fi