Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 6, 2023
1 parent 2eeb7df commit c7bca4a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions jupyterhub/values.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Any additional K8s manifests to deploy with the chart
40 changes: 20 additions & 20 deletions jupyterhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
# 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

0 comments on commit c7bca4a

Please sign in to comment.