Complete domain migration to platform.glueops.dev in docs and examples#4
Merged
allanice001 merged 5 commits intomainfrom Feb 23, 2026
Merged
Conversation
…m.glueops.dev Co-authored-by: allanice001 <700853+allanice001@users.noreply.github.com>
Co-authored-by: allanice001 <700853+allanice001@users.noreply.github.com>
Co-authored-by: allanice001 <700853+allanice001@users.noreply.github.com>
Co-authored-by: allanice001 <700853+allanice001@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update README, examples, and tests for new platform name
Complete domain migration to platform.glueops.dev in docs and examples
Feb 20, 2026
There was a problem hiding this comment.
Pull request overview
This PR completes the migration of the Gate CRD API group and namespace label domain from platform.onglueopshosted.com to platform.glueops.dev across documentation and example/test fixtures, aligning non-code references with the already-updated core manifests and Go defaults.
Changes:
- Updated docs to reference the new Gate CRD group/version and namespace label key domain.
- Updated example Gate YAMLs and embedded Gate definitions in test scripts to use
platform.glueops.dev/v1alpha1. - Added
gatekeeperto.gitignore(presumably to ignore the built binary).
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
README.md |
Updates env var default (GATEKEEPER_GATE_GROUP), label key example, and Gate YAML example to the new domain. |
AGENTS.md |
Updates policy label and Gate CRD group/version references to the new domain. |
examples/README.md |
Updates setup instructions and inline YAML snippets to the new domain. |
examples/platform-mode/test-cross-namespace.sh |
Updates embedded Gate YAML apiVersion to the new domain. |
examples/customer-mode/test-cross-namespace.sh |
Updates embedded Gate YAML apiVersion to the new domain. |
examples/gates/passing-gate.yaml |
Updates Gate apiVersion to the new domain. |
examples/gates/failing-gate.yaml |
Updates Gate apiVersion to the new domain. |
test-gate.yaml |
Updates Gate apiVersion to the new domain. |
.gitignore |
Adds an ignore entry for gatekeeper (built artifact). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Completes the domain migration from
platform.onglueopshosted.comtoplatform.glueops.devinitiated in c6aba59. While that commit updated core code files (main.go, crd.yaml, rbac.yaml), documentation and examples still referenced the old domain.Changes
Documentation
GATEKEEPER_GATE_GROUPdefault value, namespace mode label examples, and Gate CRD apiVersionExample Resources
examples/gates/{passing,failing}-gate.yamlandtest-gate.yamlexamples/{customer,platform}-mode/test-cross-namespace.shAll references to the old domain have been removed from documentation, examples, and test fixtures.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.