Skip to content

Commit

Permalink
Add a cluster-local file to the secrets
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Ermakov <[email protected]>
  • Loading branch information
aermakov-zalando committed Feb 24, 2020
1 parent ece9d04 commit 988808d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cluster/node-pools/master-default/files.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
files:
- path: /etc/kubernetes/.local-id
data: {{ .Cluster.LocalID }}
permissions: 0400
- path: /etc/kubernetes/ssl/worker.pem
data: "{{ .Cluster.ConfigItems.worker_cert }}"
permissions: 0400
Expand Down
3 changes: 3 additions & 0 deletions cluster/node-pools/worker-default/files.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
files:
- path: /etc/kubernetes/.local-id
data: {{ .Cluster.LocalID }}
permissions: 0400
- path: /etc/kubernetes/ssl/worker.pem
data: {{ .Cluster.ConfigItems.worker_cert }}
permissions: 0400
Expand Down

0 comments on commit 988808d

Please sign in to comment.