Skip to content

Commit

Permalink
feat(base-cluster/flux): change ssh algorithm to ed25519 (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau committed Sep 20, 2023
1 parent 2cdc7f0 commit 5dfa01f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
- -c
- |-
set -o pipefail
flux create secret git --namespace {{ .context.Release.Namespace }} --url {{ .url | quote }} {{ .secretName | quote }} --export \
flux create secret git --ssh-key-algorithm ed25519 --namespace {{ .context.Release.Namespace }} --url {{ .url | quote }} {{ .secretName | quote }} --export \
| kubectl --namespace {{ .context.Release.Namespace }} create -f -
{{- else if eq .type "gpg" }}
initContainers:
Expand Down

0 comments on commit 5dfa01f

Please sign in to comment.