We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ff195 commit ffceaedCopy full SHA for ffceaed
charts/console/Chart.yaml
@@ -5,7 +5,7 @@ description: A Helm chart for Kubernetes
5
type: application
6
7
# This is the chart version.
8
-version: 0.1.2
+version: 0.1.3
9
10
# This is the version number of the application being deployed.
11
appVersion: "4.8.0" # https://access.redhat.com/support/policy/updates/openshift # paragraph "OpenShift Support Matrix"
charts/console/templates/serviceaccount.yaml
@@ -1,5 +1,5 @@
1
{{- if .Values.serviceAccount.create -}}
2
-{{- if .Values.serviceAccount.name != "default" -}}
+{{- if ne .Values.serviceAccount.name "default" -}}
3
apiVersion: v1
4
kind: ServiceAccount
metadata:
0 commit comments