mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-07 22:42:22 -04:00
remove image pull secret
This commit is contained in:
parent
d972f053f9
commit
6b8a2a0063
11 changed files with 8 additions and 105 deletions
|
@ -220,8 +220,6 @@ In production, it is recommended to deploy the operator using the [operator life
|
|||
namespace: olm
|
||||
spec:
|
||||
sourceType: grpc
|
||||
secrets:
|
||||
- "constellation-pull"
|
||||
# TODO: user: set desired operator catalog version here
|
||||
image: ghcr.io/edgelesssys/constellation/node-operator-catalog:v0.0.1
|
||||
displayName: Constellation Node Operator
|
||||
|
|
|
@ -78,8 +78,6 @@ spec:
|
|||
optional: true
|
||||
nodeSelector:
|
||||
node-role.kubernetes.io/control-plane: ""
|
||||
imagePullSecrets:
|
||||
- name: constellation-pull # workaround until https://github.com/operator-framework/operator-lifecycle-manager/issues/2682 is fixed
|
||||
tolerations:
|
||||
- effect: NoSchedule
|
||||
key: node-role.kubernetes.io/control-plane
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue