Skip to content

Commit

Permalink
added support for defining sshkeys
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhuth committed Oct 1, 2024
1 parent a144c25 commit 25dc5cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/hetznernetes/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
apiVersion: v2
name: kubernetes-cluster-chart
version: 1.0.0
version: 1.0.1
6 changes: 3 additions & 3 deletions charts/hetznernetes/templates/cluster/hetzner-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ spec:
key:
hcloudToken: token
name: hcloud
{{- if .Values.hetzner.sshKeys.hcloud }}
sshKeys:
hcloud:
- name: [email protected]
- name: [email protected]
- name: kenneth@kenneth-cloud37-hp
{{- .Values.hetzner.sshKeys.hcloud | toYaml | nindent 6 }}
{{- end }}

0 comments on commit 25dc5cb

Please sign in to comment.