mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-06 05:54:28 -04:00
AB#2490: deploy KMS via Helm
* Bundle helm-install related code in speparate package * Move cilium installation to new helm package
This commit is contained in:
parent
62168bbf98
commit
c6ccee1250
17 changed files with 311 additions and 495 deletions
|
@ -23,10 +23,10 @@ const (
|
|||
ConstellationNameLength = 37
|
||||
// ConstellationMasterSecretStoreName is the name for the Constellation secrets in Kubernetes.
|
||||
ConstellationMasterSecretStoreName = "constellation-mastersecret"
|
||||
// ConstellationMasterSecretKey is the name of the key for master secret in the master secret store secret.
|
||||
// ConstellationMasterSecretKey is the name of the key for the master secret in the master secret kubernetes secret.
|
||||
ConstellationMasterSecretKey = "mastersecret"
|
||||
// ConstellationMasterSecretSalt is the name of the key for salt in the master secret store secret.
|
||||
ConstellationMasterSecretSalt = "salt"
|
||||
// ConstellationSaltKey is the name of the key for the salt in the master secret kubernetes secret.
|
||||
ConstellationSaltKey = "salt"
|
||||
|
||||
//
|
||||
// Ports.
|
||||
|
@ -67,6 +67,7 @@ const (
|
|||
WGQuickConfigFilename = "wg0.conf"
|
||||
CoreOSAdminConfFilename = "/etc/kubernetes/admin.conf"
|
||||
KubeadmCertificateDir = "/etc/kubernetes/pki"
|
||||
KubectlPath = "/run/state/bin/kubectl"
|
||||
|
||||
//
|
||||
// Filenames for Constellation's micro services.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue