remove image pull secret

This commit is contained in:
Thomas Tendyck 2022-08-28 15:57:08 +02:00
parent d972f053f9
commit 6b8a2a0063
11 changed files with 8 additions and 105 deletions

View file

@ -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

View file

@ -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