Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

kowl volume values: from strings to arrays #33

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

AlinAtAxual
Copy link

Extra volumes and extra volume mounts now accept arrays of objects instead of plain strings. Updated README.

This will enable the use of such volumes and volume mounts, which is currently not possible:

# Add additional volumes, e. g. for tls keys
extraVolumes:
  - name: "existing-secret-with-broker-certificates"
    secret:
      secretName: "local-kafka-brokers"
      optional: false

# Add additional volumes mounts, e. g. for tls keys
extraVolumeMounts:
  - name: "existing-secret-with-broker-certificates"
    mountPath: "/etc/tls/key-material"
    readOnly: true

@CLAassistant
Copy link

CLAassistant commented May 24, 2022

CLA assistant check
All committers have signed the CLA.

@AlinAtAxual
Copy link
Author

Hello, this is my first merge request. I don't know how to update this merge request to squash the commits. I don't want to merge 5 commits.

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