Skip to content

Commit 69483d1

Browse files
fix: Remove DISABLE_DEX environment variable from bundle manifests
- Remove DISABLE_DEX environment variable from the gitops-operator-controller-manager manifest in the clusterserviceversion manifest. - Fixes #362 Signed-off-by: Wander Boessenkool <[email protected]>
1 parent 7304f0c commit 69483d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bundle/manifests/gitops-operator.clusterserviceversion.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,8 +581,6 @@ spec:
581581
value: openshift-gitops
582582
- name: OPERATOR_NAME
583583
value: gitops-operator
584-
- name: DISABLE_DEX
585-
value: "false"
586584
image: quay.io/redhat-developer/gitops-backend-operator:v0.0.3
587585
livenessProbe:
588586
httpGet:

0 commit comments

Comments
 (0)