Skip to content

Commit

Permalink
deprecate AuthServiceAccountName
Browse files Browse the repository at this point in the history
  • Loading branch information
jswoods committed Jul 3, 2024
1 parent ad88554 commit 8e010b9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/v1alpha1/humiocluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down
8 changes: 8 additions & 0 deletions charts/humio-operator/crds/core.humio.com_humioclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions config/crd/bases/core.humio.com_humioclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8e010b9

Please sign in to comment.