Skip to content

Commit 8ff9102

Browse files
authored
Fixed: Update create-secrets.sh (rackerlabs#793)
Fixed ssh key problem
1 parent 7130cc0 commit 8ff9102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/create-secrets.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ metadata:
311311
type: Opaque
312312
data:
313313
public_key: $(echo -n $nova_ssh_public_key | base64 -w0)
314-
private_key: $(echo -n $nova_ssh_private_key | base64 -w0)
314+
private_key: $(echo -n "$nova_ssh_private_key" | base64 -w0)
315315
---
316316
apiVersion: v1
317317
kind: Secret

0 commit comments

Comments
 (0)