diff --git a/jupyterhub/values.schema.yaml b/jupyterhub/values.schema.yaml index d60e5adfeb..78aa4891b9 100644 --- a/jupyterhub/values.schema.yaml +++ b/jupyterhub/values.schema.yaml @@ -2926,7 +2926,7 @@ properties: deprecation message that contain censored content that you wish to reveal. - extraManifests: + extraManifests: type: array description: | - Any additional K8s manifests to deploy with the chart \ No newline at end of file + Any additional K8s manifests to deploy with the chart diff --git a/jupyterhub/values.yaml b/jupyterhub/values.yaml index c41305429c..57b494a71a 100644 --- a/jupyterhub/values.yaml +++ b/jupyterhub/values.yaml @@ -662,23 +662,23 @@ global: # -- Array of extra K8s manifests to deploy extraObjects: [] - # example: - # - apiVersion: secrets-store.csi.x-k8s.io/v1 - # kind: SecretProviderClass - # metadata: - # name: singleuser-hub-secrets-store - # spec: - # provider: aws - # parameters: - # objects: | - # - objectName: "singleuser-secret" - # objectType: "secretsmanager" - # jmesPath: - # - path: "somevar" - # objectAlias: "somevalue" - # secretObjects: - # - data: - # - key: somevalue - # objectName: somevalue - # secretName: singleuser-secret - # type: Opaque \ No newline at end of file + # example: + # - apiVersion: secrets-store.csi.x-k8s.io/v1 + # kind: SecretProviderClass + # metadata: + # name: singleuser-hub-secrets-store + # spec: + # provider: aws + # parameters: + # objects: | + # - objectName: "singleuser-secret" + # objectType: "secretsmanager" + # jmesPath: + # - path: "somevar" + # objectAlias: "somevalue" + # secretObjects: + # - data: + # - key: somevalue + # objectName: somevalue + # secretName: singleuser-secret + # type: Opaque