diff --git a/api/v1alpha1/humiocluster_types.go b/api/v1alpha1/humiocluster_types.go index f77d372f9..861faa246 100644 --- a/api/v1alpha1/humiocluster_types.go +++ b/api/v1alpha1/humiocluster_types.go @@ -118,6 +118,9 @@ type HumioNodeSpec struct { // DataVolumeSource is the volume that is mounted on the humio pods. This conflicts with DataVolumePersistentVolumeClaimSpecTemplate. DataVolumeSource corev1.VolumeSource `json:"dataVolumeSource,omitempty"` + // *Deprecated: AuthServiceAccountName is no longer used as the auth sidecar container has been removed.* + AuthServiceAccountName string `json:"authServiceAccountName,omitempty"` + // DisableInitContainer is used to disable the init container completely which collects the availability zone from the Kubernetes worker node. // This is not recommended, unless you are using auto rebalancing partitions and are running in a single availability zone. DisableInitContainer bool `json:"disableInitContainer,omitempty"` diff --git a/charts/humio-operator/crds/core.humio.com_humioclusters.yaml b/charts/humio-operator/crds/core.humio.com_humioclusters.yaml index 9143d7940..540b3e941 100644 --- a/charts/humio-operator/crds/core.humio.com_humioclusters.yaml +++ b/charts/humio-operator/crds/core.humio.com_humioclusters.yaml @@ -945,6 +945,10 @@ spec: type: array type: object type: object + authServiceAccountName: + description: '*Deprecated: AuthServiceAccountName is no longer used + as the auth sidecar container has been removed.*' + type: string autoRebalancePartitions: description: |- AutoRebalancePartitions will enable auto-rebalancing of both digest and storage partitions assigned to humio cluster nodes. @@ -6622,6 +6626,10 @@ spec: type: array type: object type: object + authServiceAccountName: + description: '*Deprecated: AuthServiceAccountName is no + longer used as the auth sidecar container has been removed.*' + type: string containerLivenessProbe: description: |- ContainerLivenessProbe is the liveness probe applied to the Humio container diff --git a/config/crd/bases/core.humio.com_humioclusters.yaml b/config/crd/bases/core.humio.com_humioclusters.yaml index 9143d7940..540b3e941 100644 --- a/config/crd/bases/core.humio.com_humioclusters.yaml +++ b/config/crd/bases/core.humio.com_humioclusters.yaml @@ -945,6 +945,10 @@ spec: type: array type: object type: object + authServiceAccountName: + description: '*Deprecated: AuthServiceAccountName is no longer used + as the auth sidecar container has been removed.*' + type: string autoRebalancePartitions: description: |- AutoRebalancePartitions will enable auto-rebalancing of both digest and storage partitions assigned to humio cluster nodes. @@ -6622,6 +6626,10 @@ spec: type: array type: object type: object + authServiceAccountName: + description: '*Deprecated: AuthServiceAccountName is no + longer used as the auth sidecar container has been removed.*' + type: string containerLivenessProbe: description: |- ContainerLivenessProbe is the liveness probe applied to the Humio container