Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 新增草稿模板文件语法模式 #3605

Merged
merged 5 commits into from
Dec 5, 2024

Conversation

LidolLxf
Copy link
Contributor

feat: 新增草稿模板文件语法模式

@LidolLxf LidolLxf force-pushed the feat_draft_renderMode branch from 4d926ef to dc8931c Compare November 26, 2024 06:59
@LidolLxf LidolLxf force-pushed the feat_draft_renderMode branch from 47473db to 6e2ac9f Compare November 27, 2024 08:21
@@ -106,10 +106,9 @@ func parseTemplateFileVar(template string) []string {
if match == nil || len(match) < 2 {
continue
}
if match[1] == "" {
continue
if strings.HasPrefix(match[1], ".Values.") {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不能光识别 .Values

非 Helm 模式的要按照以前的渲染来

@LidolLxf LidolLxf closed this Dec 4, 2024
@LidolLxf LidolLxf reopened this Dec 4, 2024
@ifooth ifooth merged commit 7849b66 into TencentBlueKing:master Dec 5, 2024
14 checks passed
evanlixin added a commit that referenced this pull request Dec 6, 2024
* github-bk-bcs/master:
  fix: 修改更新集群接口status状态字段验证规则 (#3628)
  feat: project-manager提供项目活跃度接口 (#3627)
  feat: 新增获取模板文件关联labels接口 (#3599)
  feat: 新增草稿模板文件语法模式 (#3605)
  feat: project-manager支持原生ns接口 (#3612)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants