Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 887 Bytes

File metadata and controls

30 lines (21 loc) · 887 Bytes

Kustomize examples

oc apply -k git@github.com:openshift-examples/kustomize/components/simple-http-server

Remote examples

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

Source