Skip to content

Commit

Permalink
Fix default config template for v1alpha4 (#1091)
Browse files Browse the repository at this point in the history
  • Loading branch information
Regrau authored Jun 23, 2022
1 parent 91a40c8 commit 1bc5a71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/config/v1alpha4/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ var JSONSchema string
const DefaultConfigTpl = `---
apiVersion: k3d.io/v1alpha4
kind: Simple
name: %s
metadata:
name: %s
servers: 1
agents: 0
image: %s
Expand Down

0 comments on commit 1bc5a71

Please sign in to comment.