From 6ffbd362484ea565ba95f374bb5c9e12951685eb Mon Sep 17 00:00:00 2001 From: adejanovski Date: Fri, 9 Dec 2022 02:21:42 +0000 Subject: [PATCH] Upgrade CRD reference --- .../k8ssandra-operator-crds-latest/_index.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/content/en/reference/crd/k8ssandra-operator-crds-latest/_index.md b/docs/content/en/reference/crd/k8ssandra-operator-crds-latest/_index.md index 264564c66..0de10f979 100644 --- a/docs/content/en/reference/crd/k8ssandra-operator-crds-latest/_index.md +++ b/docs/content/en/reference/crd/k8ssandra-operator-crds-latest/_index.md @@ -384,6 +384,15 @@ Cassandra is a specification of the Cassandra cluster. This includes everything Networking enables host networking and configures a NodePort ports.
false + + perNodeConfigInitContainerImage + string + + The image to use in each Cassandra pod for the (short-lived) init container that merges global and perNodeConfig configuration. This is only useful when PerNodeConfigMapRef is set. The default is "mikefarah/yq:4".
+
+ Default: mikefarah/yq:4
+ + false podSecurityContext object @@ -3812,6 +3821,15 @@ VolumeMount describes a mounting of a Volume within a container. Networking enables host networking and configures a NodePort ports.
false + + perNodeConfigInitContainerImage + string + + The image to use in each Cassandra pod for the (short-lived) init container that merges global and perNodeConfig configuration. This is only useful when PerNodeConfigMapRef is set. The default is "mikefarah/yq:4".
+
+ Default: mikefarah/yq:4
+ + false perNodeConfigMapRef object