Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Offer a setup-oc action #28

@nymous

Description

@nymous

Extracting the download & installation logic from this action to provide an action similar to the setup-node or setup-python actions would be useful for two cases:

- uses: redhat-developer/setup-oc
  with:
    version: '3.11.36'
- run: oc version > version.txt
  • allow us to use the preinstalled helm to deploy to Openshift cluster, eg:
- uses: redhat-developer/setup-oc
  with:
    version: '3.11.36'
- run: |
    oc login ...
    helm upgrade --install chart

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions