Use quotes to prevent the shell from interpreting ? as a glob character:
oc apply -k 'https://github.com/openshift-examples/kustomize.git/components/simple-http-server?ref=2026-07-20'The ?ref= parameter accepts tags, branches, or full commit SHAs.
bases:
- git@github.com:pipe-cd/manifests.git/kustomization/helloworld?ref=v0.1.2-15
namePrefix: kustomize-remote-base-
commonLabels:
app: kustomize-remote-base-helloworld
images:
- name: gcr.io/pipecd/helloworld
newTag: v0.10.0
components:
- git@github.com:openshift-examples/kustomize.git/components/agnhost?ref=2025-06-25
- git@github.com:openshift-examples/kustomize.git/components/rhel-support-tools/?ref=2025-06-25
- git@github.com:openshift-examples/kustomize.git/components/simple-http-server/?ref=2025-06-25
- git@github.com:openshift-examples/kustomize.git/components/simple-httpd-vm/?ref=2025-06-25