confluentinc / operator-earlyaccess

Confluent Operator Early Access docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Helm Lab -- Inspect custom resource definitions and default values.yml file

chuck-confluent opened this issue · comments

commented

In the helm lab: https://github.com/confluentinc/operator-earlyaccess/tree/master/use-helm

it would be useful to take a moment to inspect the custom resource definitions and the default values.yml file. The goal here would be so the learner would be able to find the details they need in the future when they need to customize values.yml or needs a more detailed reference for the CRD APIs

commented

Useful command:

mkdir -p /tmp/foo && helm pull repo/chartname --untar --untardir=/tmp/foo
commented

Real command:

mkdir -p /tmp/confluent-helm && helm pull confluentinc_earlyaccess/confluent-operator --untar --untardir=/tmp/confluent-helm