Skip to content

Commit ffceaed

Browse files
committed
use 'ne' instead of !=
1 parent 83ff195 commit ffceaed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/console/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: A Helm chart for Kubernetes
55
type: application
66

77
# This is the chart version.
8-
version: 0.1.2
8+
version: 0.1.3
99

1010
# This is the version number of the application being deployed.
1111
appVersion: "4.8.0" # https://access.redhat.com/support/policy/updates/openshift # paragraph "OpenShift Support Matrix"

charts/console/templates/serviceaccount.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- if .Values.serviceAccount.create -}}
2-
{{- if .Values.serviceAccount.name != "default" -}}
2+
{{- if ne .Values.serviceAccount.name "default" -}}
33
apiVersion: v1
44
kind: ServiceAccount
55
metadata:

0 commit comments

Comments
 (0)