X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=cmd%2Fbpa-operator%2Fdeploy%2Foperator.yaml;h=217014875a932b8f4e18d96ce34499dd79adefed;hb=95ca9e9192a22bb3172c373cdb611297fef5cfd6;hp=913c062b35023019fddf90ffcfe764cd6ea60800;hpb=aaaa10a54a1d7ec0a1c4e3a675113ec9656c0e1a;p=icn.git diff --git a/cmd/bpa-operator/deploy/operator.yaml b/cmd/bpa-operator/deploy/operator.yaml index 913c062..2170148 100644 --- a/cmd/bpa-operator/deploy/operator.yaml +++ b/cmd/bpa-operator/deploy/operator.yaml @@ -12,14 +12,20 @@ spec: labels: name: bpa-operator spec: + hostNetwork: true serviceAccountName: bpa-operator containers: - name: bpa-operator # Replace this with the built image name - image: REPLACE_IMAGE + image: akraino.org/icn/bpa-operator:latest + imagePullPolicy: IfNotPresent + volumeMounts: + - name: icn-cluster + mountPath: /multi-cluster command: - - bpa-operator - imagePullPolicy: Always + - /bpa-operator + securityContext: + privileged: true env: - name: WATCH_NAMESPACE valueFrom: @@ -31,3 +37,7 @@ spec: fieldPath: metadata.name - name: OPERATOR_NAME value: "bpa-operator" + volumes: + - name: icn-cluster + hostPath: + path: /opt/kud/multi-cluster