Skip to content

feature: add OpenShift credential placeholders to dev-environment.sh.example#138

Merged
toharris-rh merged 1 commit into
mainfrom
feature/ocp-env-placeholders
Jun 16, 2026
Merged

feature: add OpenShift credential placeholders to dev-environment.sh.example#138
toharris-rh merged 1 commit into
mainfrom
feature/ocp-env-placeholders

Conversation

@toharris-rh

Copy link
Copy Markdown
Owner

Summary

  • Adds OCP_API_URL, OCP_TOKEN, and OCP_NAMESPACE placeholder vars to docs/dev-environment.sh.example to support oc and helm cluster access.
  • Login pattern: oc login "$OCP_API_URL" --token="$OCP_TOKEN"

Closes #137

🤖 Generated with Claude Code

…example

Adds OCP_API_URL, OCP_TOKEN, and OCP_NAMESPACE so the template covers
oc and helm cluster access alongside the existing AAP/AWS/ServiceNow vars.

Closes #137

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@toharris-rh toharris-rh requested a review from ericcames as a code owner June 16, 2026 22:57
@toharris-rh toharris-rh merged commit de35419 into main Jun 16, 2026
2 checks passed
@toharris-rh toharris-rh deleted the feature/ocp-env-placeholders branch June 16, 2026 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add OpenShift cluster credentials placeholder to dev-environment.sh.example

1 participant