Skip to content
Prev Previous commit
Next Next commit
Changed condition of values for multi-cluster from bool to string to …
…use wih configmap. Signed-off-by: dmatch01 <darroyo@us.ibm.com>
  • Loading branch information
dmatch01 committed Aug 11, 2021
commit d0e9532563a0bd0ec3122daef37e43571873e482
2 changes: 1 addition & 1 deletion deployment/mcad-controller/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
nodePort: 30082
#{{ end }}
---
#{{ if .Values.configMap.multiCluster }}
#{{ if (eq .Values.configMap.multiCluster "true") }}
apiVersion: apiregistration.k8s.io/v1beta1
kind: APIService
metadata:
Expand Down