X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=deploy%2Fcluster%2Fvalues.yaml;h=5684fb1ae0eb8d5d584cfd7e79807e81013c91aa;hb=8fcb874a6e5ec52b4a6ac80cb7f34c7baccd8c17;hp=63b7fadb9c355bbc9988fe0056b47e52fc7f4f0e;hpb=7d9a147be328eb6fa90d64ef845635d506601d12;p=icn.git diff --git a/deploy/cluster/values.yaml b/deploy/cluster/values.yaml index 63b7fad..5684fb1 100644 --- a/deploy/cluster/values.yaml +++ b/deploy/cluster/values.yaml @@ -74,6 +74,11 @@ flux: # path is the repository to the resources to be applied to the # cluster. path: ./deploy/site/cluster-icn + # decryptionSecret is the SOPS secret key used by Flux to decrypt + # any SOPS-encrypted data stored in the resources at path. + #decryptionSecret: | + # -----BEGIN PGP PRIVATE KEY BLOCK----- + # ... # containerRuntime may be containerd or docker. containerRuntime: containerd @@ -104,3 +109,10 @@ kubeVersion: 1.21.6-00 containerdVersion: 1.4.11-1 # dockerVersion is the version of docker installed. dockerVersion: 5:20.10.10~3-0~ubuntu-focal +# dockerRegistryMirrors are optional mirrors for docker.io, in priority order +#dockerRegistryMirrors: ["https://myregistry.com:5000"] +# preKubeadmCommands execute on the provisioned machine before the +# container runtime or K8s is configured +#preKubeadmCommands: +#- apt-get update -y +#- apt-get install -y unzip