Skip to content

Commit

Permalink
fix(platform): fix cluster-info cm generate failed (#2178)
Browse files Browse the repository at this point in the history
  • Loading branch information
wl-chen committed Nov 16, 2022
1 parent cf5f094 commit 94b8416
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ metadata:
name: cluster-info
namespace: tke
data:
k8sValidVersions: {{ .Values.k8sValidVersions }}
k8sValidVersions: {{ .Values.k8sValidVersions | quote }}
tkeVersion: {{ .Values.tkeVersion }}

0 comments on commit 94b8416

Please sign in to comment.