Fix trailing line break in kubernetes encryption config.
This commit is contained in:
parent
bd7c86a10e
commit
a32eb663b1
@ -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