Skip to content

Commit

Permalink
Deploying to main from @ 9ebeb5d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
k3d-io-bot committed Jan 17, 2025
1 parent fbb7e7c commit fa9a6da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/usage/advanced/podman.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ podman machine ssh bash -e <<EOF
EOF

export DOCKER_HOST=ssh://core@localhost:53685
export DOCKER_SOCK=/run/user/501/podman/podman.sock
export DOCKER_SOCKET=/run/user/501/podman/podman.sock
k3d cluster create --k3s-arg '--kubelet-arg=feature-gates=KubeletInUserNamespace=true@server:*'
```

Expand Down
6 changes: 3 additions & 3 deletions pkg/config/v1alpha5/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,9 @@
"config": {
"type": "string",
"description": "Reference a K3s registry configuration file or at it's contents here."
}
},
"additionalProperties": false
},
"additionalProperties": false
}
},
"hostAliases": {
"type": "array",
Expand Down

0 comments on commit fa9a6da

Please sign in to comment.