diff --git a/charts/argo-cd/testhelm.yaml b/charts/argo-cd/testhelm.yaml new file mode 100644 index 00000000..e69de29b diff --git a/charts/argo-rollouts/Chart.yaml b/charts/argo-rollouts/Chart.yaml index f2b3c16f..5d5c546e 100644 --- a/charts/argo-rollouts/Chart.yaml +++ b/charts/argo-rollouts/Chart.yaml @@ -4,6 +4,7 @@ description: A Helm chart for Argo Rollouts name: argo-rollouts version: 1.1.0 icon: https://argoproj.github.io/argo-rollouts/assets/logo.png +) home: https://github.com/argoproj/argo-helm maintainers: - name: alexmt diff --git a/charts/argo-rollouts/templates/dashboard/clusterrole.yaml b/charts/argo-rollouts/templates/dashboard/clusterrole.yaml index a5d45de0..071ba962 100644 --- a/charts/argo-rollouts/templates/dashboard/clusterrole.yaml +++ b/charts/argo-rollouts/templates/dashboard/clusterrole.yaml @@ -1,4 +1,4 @@ -{{- if and ( eq .Values.dashboard.enabled true) ( eq .Values.clusterInstall true) }} +{{- if and .Values.dashboard.enabled .Values.clusterInstall }} apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: diff --git a/charts/argo-rollouts/templates/dashboard/clusterrolebinding.yaml b/charts/argo-rollouts/templates/dashboard/clusterrolebinding.yaml index 3e0b3497..331fbe4e 100644 --- a/charts/argo-rollouts/templates/dashboard/clusterrolebinding.yaml +++ b/charts/argo-rollouts/templates/dashboard/clusterrolebinding.yaml @@ -1,4 +1,4 @@ -{{- if and ( eq .Values.dashboard.enabled true) ( eq .Values.clusterInstall true) }} +{{- if and .Values.dashboard.enabled .Values.clusterInstall }} apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: diff --git a/charts/argo-rollouts/templates/dashboard/sa.yaml b/charts/argo-rollouts/templates/dashboard/sa.yaml index 9a67acce..ff0c7300 100644 --- a/charts/argo-rollouts/templates/dashboard/sa.yaml +++ b/charts/argo-rollouts/templates/dashboard/sa.yaml @@ -1,4 +1,4 @@ -{{- if and ( eq .Values.dashboard.enabled true) ( eq .Values.dashboard.serviceAccount.create true) }} +{{- if and .Values.dashboard.enabled .Values.dashboard.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount metadata: