Skip to content

Commit

Permalink
fix: Remove DISABLE_DEX environment variable from bundle manifests
Browse files Browse the repository at this point in the history
- Remove DISABLE_DEX environment variable from the
  gitops-operator-controller-manager manifest in the
  clusterserviceversion manifest.
- Fixes #362
  • Loading branch information
wanderboessenkool committed Aug 23, 2022
1 parent 7304f0c commit 33382e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bundle/manifests/gitops-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -581,8 +581,6 @@ spec:
value: openshift-gitops
- name: OPERATOR_NAME
value: gitops-operator
- name: DISABLE_DEX
value: "false"
image: quay.io/redhat-developer/gitops-backend-operator:v0.0.3
livenessProbe:
httpGet:
Expand Down

0 comments on commit 33382e2

Please sign in to comment.