Skip to content

Commit

Permalink
Chanve env value from boolean to string
Browse files Browse the repository at this point in the history
This is because:

The Subscription "openshift-gitops-operator" is invalid: spec.config.env[0].value: Invalid value: "boolean": spec.config.env[0].value in body must be of type string: "boolean"
  • Loading branch information
bemarek authored Aug 20, 2024
1 parent 7f13097 commit 8d79a51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ spec:
config:
env:
- name: DISABLE_DEFAULT_ARGOCD_INSTANCE
value: true
value: "true"

0 comments on commit 8d79a51

Please sign in to comment.