Skip to content

Commit

Permalink
Skip Volume Claim Labels
Browse files Browse the repository at this point in the history
  • Loading branch information
rithick-ctds committed Nov 11, 2024
1 parent 464b1e6 commit 352fdf0
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 0 deletions.
6 changes: 6 additions & 0 deletions helm/kaap/crds/bookkeepers.kaap.oss.datastax.com-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,9 @@ spec:
type: string
type: object
type: object
skipVolumeClaimLabels:
description: Skip Applying Labels to Statefulset.VolumeClaimTemplate
type: boolean
imagePullSecrets:
description: Image pull secrets.
items:
Expand Down Expand Up @@ -3083,6 +3086,9 @@ spec:
type: string
type: object
type: object
skipVolumeClaimLabels:
description: Skip Applying Labels to Statefulset.VolumeClaimTemplate
type: boolean
imagePullSecrets:
description: Image pull secrets.
items:
Expand Down
6 changes: 6 additions & 0 deletions helm/kaap/crds/brokers.kaap.oss.datastax.com-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,9 @@ spec:
Default is 'false'.
type: boolean
type: object
skipVolumeClaimLabels:
description: Skip Applying Labels to Statefulset.VolumeClaimTemplate
type: boolean
imagePullSecrets:
description: Image pull secrets.
items:
Expand Down Expand Up @@ -3000,6 +3003,9 @@ spec:
is 'false'.
type: boolean
type: object
skipVolumeClaimLabels:
description: Skip Applying Labels to Statefulset.VolumeClaimTemplate
type: boolean
imagePullSecrets:
description: Image pull secrets.
items:
Expand Down
3 changes: 3 additions & 0 deletions helm/kaap/crds/functionsworkers.kaap.oss.datastax.com-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,9 @@ spec:
should be used.
type: string
type: object
skipVolumeClaimLabels:
description: Skip Applying Labels to Statefulset.VolumeClaimTemplate
type: boolean
imagePullSecrets:
description: Image pull secrets.
items:
Expand Down
6 changes: 6 additions & 0 deletions helm/kaap/crds/proxies.kaap.oss.datastax.com-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,9 @@ spec:
Default is 'false'.
type: boolean
type: object
skipVolumeClaimLabels:
description: Skip Applying Labels to Statefulset.VolumeClaimTemplate
type: boolean
imagePullSecrets:
description: Image pull secrets.
items:
Expand Down Expand Up @@ -2992,6 +2995,9 @@ spec:
is 'false'.
type: boolean
type: object
skipVolumeClaimLabels:
description: Skip Applying Labels to Statefulset.VolumeClaimTemplate
type: boolean
imagePullSecrets:
description: Image pull secrets.
items:
Expand Down
24 changes: 24 additions & 0 deletions helm/kaap/crds/pulsarclusters.kaap.oss.datastax.com-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,9 @@ spec:
Default is 'false'.
type: boolean
type: object
skipVolumeClaimLabels:
description: Skip Applying Labels to Statefulset.VolumeClaimTemplate
type: boolean
imagePullSecrets:
description: Image pull secrets.
items:
Expand Down Expand Up @@ -2992,6 +2995,9 @@ spec:
is 'false'.
type: boolean
type: object
skipVolumeClaimLabels:
description: Skip Applying Labels to Statefulset.VolumeClaimTemplate
type: boolean
imagePullSecrets:
description: Image pull secrets.
items:
Expand Down Expand Up @@ -5077,6 +5083,9 @@ spec:
should be used.
type: string
type: object
skipVolumeClaimLabels:
description: Skip Applying Labels to Statefulset.VolumeClaimTemplate
type: boolean
imagePullSecrets:
description: Image pull secrets.
items:
Expand Down Expand Up @@ -9619,6 +9628,9 @@ spec:
should be used.
type: string
type: object
skipVolumeClaimLabels:
description: Skip Applying Labels to Statefulset.VolumeClaimTemplate
type: boolean
imagePullSecrets:
description: Image pull secrets.
items:
Expand Down Expand Up @@ -11763,6 +11775,9 @@ spec:
Default is 'false'.
type: boolean
type: object
skipVolumeClaimLabels:
description: Skip Applying Labels to Statefulset.VolumeClaimTemplate
type: boolean
imagePullSecrets:
description: Image pull secrets.
items:
Expand Down Expand Up @@ -13908,6 +13923,9 @@ spec:
is 'false'.
type: boolean
type: object
skipVolumeClaimLabels:
description: Skip Applying Labels to Statefulset.VolumeClaimTemplate
type: boolean
imagePullSecrets:
description: Image pull secrets.
items:
Expand Down Expand Up @@ -16101,6 +16119,9 @@ spec:
type: string
type: object
type: object
skipVolumeClaimLabels:
description: Skip Applying Labels to Statefulset.VolumeClaimTemplate
type: boolean
imagePullSecrets:
description: Image pull secrets.
items:
Expand Down Expand Up @@ -18280,6 +18301,9 @@ spec:
type: string
type: object
type: object
skipVolumeClaimLabels:
description: Skip Applying Labels to Statefulset.VolumeClaimTemplate
type: boolean
imagePullSecrets:
description: Image pull secrets.
items:
Expand Down
3 changes: 3 additions & 0 deletions helm/kaap/crds/zookeepers.kaap.oss.datastax.com-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ spec:
should be used.
type: string
type: object
skipVolumeClaimLabels:
description: Skip Applying Labels to Statefulset.VolumeClaimTemplate
type: boolean
imagePullSecrets:
description: Image pull secrets.
items:
Expand Down

0 comments on commit 352fdf0

Please sign in to comment.