Skip to content

Commit

Permalink
fix(platform): fix cluster-info cm generate failed (#2177)
Browse files Browse the repository at this point in the history
  • Loading branch information
wl-chen committed Nov 16, 2022
1 parent 8812b3c commit f5d8a7c
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -4,5 +4,5 @@ metadata:
name: cluster-info
namespace: tke
data:
k8sValidVersions: '["1.21.4-tke.3"]'
tkeVersion: v1.9.0-industry.1
k8sValidVersions: {{ .Values.k8sValidVersions | quote }}
tkeVersion: {{ .Values.tkeVersion }}

0 comments on commit f5d8a7c

Please sign in to comment.