You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy/helm/opa-operator/crds/crds.yaml
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ spec:
110
110
- secretClass
111
111
properties:
112
112
secretClass:
113
-
description: Name of the [SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) which will provide the CA certificate. Note that a SecretClass does not need to have a key but can also work with just a CA certificate, so if you got provided with a CA cert but don't have access to the key you can still use this method.
113
+
description: Name of the [SecretClass](https://docs.stackable.tech/home/24.11/secret-operator/secretclass) which will provide the CA certificate. Note that a SecretClass does not need to have a key but can also work with just a CA certificate, so if you got provided with a CA cert but don't have access to the key you can still use this method.
114
114
type: string
115
115
webPki:
116
116
description: Use TLS and the CA certificates trusted by the common web browsers to verify the server. This can be useful when you e.g. use public AWS S3 or other public available services.
@@ -198,7 +198,7 @@ spec:
198
198
- secretClass
199
199
properties:
200
200
secretClass:
201
-
description: Name of the [SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) which will provide the CA certificate. Note that a SecretClass does not need to have a key but can also work with just a CA certificate, so if you got provided with a CA cert but don't have access to the key you can still use this method.
201
+
description: Name of the [SecretClass](https://docs.stackable.tech/home/24.11/secret-operator/secretclass) which will provide the CA certificate. Note that a SecretClass does not need to have a key but can also work with just a CA certificate, so if you got provided with a CA cert but don't have access to the key you can still use this method.
202
202
type: string
203
203
webPki:
204
204
description: Use TLS and the CA certificates trusted by the common web browsers to verify the server. This can be useful when you e.g. use public AWS S3 or other public available services.
@@ -317,7 +317,7 @@ spec:
317
317
nodeSelector: null
318
318
podAffinity: null
319
319
podAntiAffinity: null
320
-
description: These configuration settings control [Pod placement](https://docs.stackable.tech/home/nightly/concepts/operations/pod_placement).
320
+
description: These configuration settings control [Pod placement](https://docs.stackable.tech/home/24.11/concepts/operations/pod_placement).
321
321
properties:
322
322
nodeAffinity:
323
323
description: Same as the `spec.affinity.nodeAffinity` field on the Pod, see the [Kubernetes docs](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node)
@@ -349,7 +349,7 @@ spec:
349
349
default:
350
350
containers: {}
351
351
enableVectorAgent: null
352
-
description: Logging configuration, learn more in the [logging concept documentation](https://docs.stackable.tech/home/nightly/concepts/logging).
352
+
description: Logging configuration, learn more in the [logging concept documentation](https://docs.stackable.tech/home/24.11/concepts/logging).
353
353
properties:
354
354
containers:
355
355
additionalProperties:
@@ -474,17 +474,17 @@ spec:
474
474
type: string
475
475
type: object
476
476
default: {}
477
-
description: The `configOverrides` can be used to configure properties in product config files that are not exposed in the CRD. Read the [config overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#config-overrides) and consult the operator specific usage guide documentation for details on the available config files and settings for the specific product.
477
+
description: The `configOverrides` can be used to configure properties in product config files that are not exposed in the CRD. Read the [config overrides documentation](https://docs.stackable.tech/home/24.11/concepts/overrides#config-overrides) and consult the operator specific usage guide documentation for details on the available config files and settings for the specific product.
478
478
type: object
479
479
envOverrides:
480
480
additionalProperties:
481
481
type: string
482
482
default: {}
483
-
description: '`envOverrides` configure environment variables to be set in the Pods. It is a map from strings to strings - environment variables and the value to set. Read the [environment variable overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#env-overrides) for more information and consult the operator specific usage guide to find out about the product specific environment variables that are available.'
483
+
description: '`envOverrides` configure environment variables to be set in the Pods. It is a map from strings to strings - environment variables and the value to set. Read the [environment variable overrides documentation](https://docs.stackable.tech/home/24.11/concepts/overrides#env-overrides) for more information and consult the operator specific usage guide to find out about the product specific environment variables that are available.'
484
484
type: object
485
485
podOverrides:
486
486
default: {}
487
-
description: In the `podOverrides` property you can define a [PodTemplateSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#podtemplatespec-v1-core) to override any property that can be set on a Kubernetes Pod. Read the [Pod overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#pod-overrides) for more information.
487
+
description: In the `podOverrides` property you can define a [PodTemplateSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#podtemplatespec-v1-core) to override any property that can be set on a Kubernetes Pod. Read the [Pod overrides documentation](https://docs.stackable.tech/home/24.11/concepts/overrides#pod-overrides) for more information.
488
488
type: object
489
489
x-kubernetes-preserve-unknown-fields: true
490
490
roleConfig:
@@ -508,7 +508,7 @@ spec:
508
508
nodeSelector: null
509
509
podAffinity: null
510
510
podAntiAffinity: null
511
-
description: These configuration settings control [Pod placement](https://docs.stackable.tech/home/nightly/concepts/operations/pod_placement).
511
+
description: These configuration settings control [Pod placement](https://docs.stackable.tech/home/24.11/concepts/operations/pod_placement).
512
512
properties:
513
513
nodeAffinity:
514
514
description: Same as the `spec.affinity.nodeAffinity` field on the Pod, see the [Kubernetes docs](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node)
@@ -540,7 +540,7 @@ spec:
540
540
default:
541
541
containers: {}
542
542
enableVectorAgent: null
543
-
description: Logging configuration, learn more in the [logging concept documentation](https://docs.stackable.tech/home/nightly/concepts/logging).
543
+
description: Logging configuration, learn more in the [logging concept documentation](https://docs.stackable.tech/home/24.11/concepts/logging).
544
544
properties:
545
545
containers:
546
546
additionalProperties:
@@ -665,17 +665,17 @@ spec:
665
665
type: string
666
666
type: object
667
667
default: {}
668
-
description: The `configOverrides` can be used to configure properties in product config files that are not exposed in the CRD. Read the [config overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#config-overrides) and consult the operator specific usage guide documentation for details on the available config files and settings for the specific product.
668
+
description: The `configOverrides` can be used to configure properties in product config files that are not exposed in the CRD. Read the [config overrides documentation](https://docs.stackable.tech/home/24.11/concepts/overrides#config-overrides) and consult the operator specific usage guide documentation for details on the available config files and settings for the specific product.
669
669
type: object
670
670
envOverrides:
671
671
additionalProperties:
672
672
type: string
673
673
default: {}
674
-
description: '`envOverrides` configure environment variables to be set in the Pods. It is a map from strings to strings - environment variables and the value to set. Read the [environment variable overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#env-overrides) for more information and consult the operator specific usage guide to find out about the product specific environment variables that are available.'
674
+
description: '`envOverrides` configure environment variables to be set in the Pods. It is a map from strings to strings - environment variables and the value to set. Read the [environment variable overrides documentation](https://docs.stackable.tech/home/24.11/concepts/overrides#env-overrides) for more information and consult the operator specific usage guide to find out about the product specific environment variables that are available.'
675
675
type: object
676
676
podOverrides:
677
677
default: {}
678
-
description: In the `podOverrides` property you can define a [PodTemplateSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#podtemplatespec-v1-core) to override any property that can be set on a Kubernetes Pod. Read the [Pod overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#pod-overrides) for more information.
678
+
description: In the `podOverrides` property you can define a [PodTemplateSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#podtemplatespec-v1-core) to override any property that can be set on a Kubernetes Pod. Read the [Pod overrides documentation](https://docs.stackable.tech/home/24.11/concepts/overrides#pod-overrides) for more information.
0 commit comments