Skip to content

Commit

Permalink
Merge pull request #441 from wzshiming/automated-cherry-pick-of-#440-…
Browse files Browse the repository at this point in the history
…upstream-release-0.1

Automated cherry pick of #440: Fix featureGates and runtimeConfig on kind runtime
  • Loading branch information
wzshiming authored Apr 17, 2023
2 parents c687439 + 28da28e commit a96ddbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/kwokctl/runtime/kind/kind.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ nodes:
{{ if .FeatureGates }}
featureGates:
{{ range .FeatureGates }}
{{ . }}
- {{ . }}
{{ end }}
{{ end }}

{{ if .RuntimeConfig }}
runtimeConfig:
{{ range .RuntimeConfig }}
{{ . }}
- {{ . }}
{{ end }}
{{ end }}

0 comments on commit a96ddbc

Please sign in to comment.