Skip to content

Commit

Permalink
Fix files field name in CK8sControlPlane (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello authored Jul 17, 2024
1 parent 8f64ad0 commit 018119a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ metadata:
namespace: default
spec:
spec:
extraFiles:
files:
- path: /capi/scripts/install.sh
permissions: "0500"
owner: "root:root"
Expand Down Expand Up @@ -54,7 +54,7 @@ metadata:
namespace: default
spec:
spec:
extraFiles:
files:
- path: /capi/manifests/00-cm.yaml
mode: "0400"
owner: "root:root"
Expand Down

0 comments on commit 018119a

Please sign in to comment.