Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

add target.mpas.ocm.software CRD & update boilerplate values #1

Merged
merged 2 commits into from
Apr 18, 2023

Conversation

jmickey
Copy link
Contributor

@jmickey jmickey commented Apr 18, 2023

CRD for specifying a target.

API:

apiVersion: mpas.ocm.software/v1alpha1
kind: Target
metadata:
  name: string # the name of the product deployment
  namespace: string # the storage namespace of the product deployment
spec:
  type: string # required can be one of: kubernetes, ssh, ociRepository
  access:
    secretRef:
      name: string
      namespace: string

Copy link
Contributor

@Skarlso Skarlso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@jmickey jmickey changed the title add target.mpas.ocm.software CRD add target.mpas.ocm.software CRD & update boilerplate values Apr 18, 2023
@jmickey jmickey merged commit e2fe59e into main Apr 18, 2023
@jmickey jmickey deleted the target-crd branch April 18, 2023 12:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants