From a2f14019dd37a7b1d2ed73a91f4197b09012179e Mon Sep 17 00:00:00 2001 From: Anthony Vickers Date: Mon, 17 Oct 2022 11:46:28 +0100 Subject: [PATCH] Update example values.yaml --- charts/kminion/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/kminion/values.yaml b/charts/kminion/values.yaml index 04f903f..7555609 100644 --- a/charts/kminion/values.yaml +++ b/charts/kminion/values.yaml @@ -116,8 +116,9 @@ deployment: secrets: [] # - secretName: vault-tls # mountPath: /vault/tls - emptyDir: [] + extra: [] # - name: example + # emptyDir: {} # If you want to provide specifc config settings like sensitive Kafka credentials via environment variables you can # do so by making them available here. See the kminion reference config to figure out the expected variable names.