Skip to content

Commit

Permalink
Update manifests/templates/secret.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmet authored Oct 24, 2022
1 parent c087f54 commit b1ef277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ metadata:
type: Opaque
data:
tmate-server-rsa-key: {{ .Values.tmateServerRsaKey | b64enc }}
tmate-server-ed25519-key: {{ .Values.tmateServerEd25519Key | b64enc }}
tmate-server-ed25519-key: {{ .Values.tmateServerEd25519Key | b64enc }}

0 comments on commit b1ef277

Please sign in to comment.