We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 426499b commit 3b32d85Copy full SHA for 3b32d85
README.md
@@ -264,10 +264,6 @@ make podman-run # Requires .env file in project root
264
export QUAY_CRED='<base64 encoded pull secret>'
265
export BUGZOOKA_IMAGE='<image tag>'
266
export BUGZOOKA_NAMESPACE='<your namespace>'
267
-# optional Jira fields
268
-export JIRA_BASE_URL="YOUR_JIRA_URL"
269
-export JIRA_TOKEN="YOUR_JIRA_TOKEN"
270
-export JIRA_ALLOWED_PROJECTS="YOUR_JIRA_PROJECT"
271
272
kustomize build ./kustomize | envsubst | oc apply -f -
273
0 commit comments