s/name/key/ for items.
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -48,7 +48,7 @@ spec: | ... | @@ -48,7 +48,7 @@ spec: |
48 | name: k8s-bootstrap-config | 48 | name: k8s-bootstrap-config |
49 | defaultMode: 0600 | 49 | defaultMode: 0600 |
50 | items: | 50 | items: |
51 | - name: SSH_CONFIG | 51 | - key: SSH_CONFIG |
52 | path: config | 52 | path: config |
53 | 53 | ||
54 | - name: k8s-bootstrap-ssh-auth | 54 | - name: k8s-bootstrap-ssh-auth |
... | @@ -56,7 +56,7 @@ spec: | ... | @@ -56,7 +56,7 @@ spec: |
56 | secretName: cluster-ssh | 56 | secretName: cluster-ssh |
57 | defaultMode: 0600 | 57 | defaultMode: 0600 |
58 | items: | 58 | items: |
59 | - name: ssh-private-key | 59 | - key: ssh-private-key |
60 | path: id | 60 | path: id |
61 | 61 | ||
62 | - name: k8s-bootstrap-scripts | 62 | - name: k8s-bootstrap-scripts | ... | ... |
-
Please register or sign in to post a comment