Fix trailing line break in kubernetes encryption config.
This commit is contained in:
parent
e9a8f78342
commit
e364c6bafd
@ -16,7 +16,7 @@
|
|||||||
let
|
let
|
||||||
to_yaml_file = ((import ../../../functions/to_yaml.nix) {inherit pkgs;}).to_yaml_file;
|
to_yaml_file = ((import ../../../functions/to_yaml.nix) {inherit pkgs;}).to_yaml_file;
|
||||||
kube_encryption_key = runCommand "kube_encryption_key" { } ''
|
kube_encryption_key = runCommand "kube_encryption_key" { } ''
|
||||||
head -c 32 /dev/urandom | base64 | tee $out
|
head -c 32 /dev/urandom | base64 -w 0 | tee $out
|
||||||
'';
|
'';
|
||||||
kube_encryption_config = {
|
kube_encryption_config = {
|
||||||
kind = "EncryptionConfig";
|
kind = "EncryptionConfig";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user