mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 22:34:56 -04:00
AB#2077: add v1.24.3 support (#298)
This is a squashed commit. * Necessary changes for 1.24 support. Trigger join-service build. * Update joinservice version. Image was created by manually triggered workflow, based on now squashed commit. microservice-demo can be deployed successfully. No errors during cluster setup.
This commit is contained in:
parent
ff5100f332
commit
83d2c7b6a3
6 changed files with 32 additions and 9 deletions
|
@ -153,7 +153,7 @@ func NewKMSDeployment(csp string, masterSecret []byte) *kmsDeployment {
|
|||
},
|
||||
// Only run on control plane nodes
|
||||
NodeSelector: map[string]string{
|
||||
"node-role.kubernetes.io/master": "",
|
||||
"node-role.kubernetes.io/control-plane": "",
|
||||
},
|
||||
ImagePullSecrets: []k8s.LocalObjectReference{
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue