Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondJoseph committed Dec 16, 2024
1 parent fca118b commit 8142873
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ repos:
- id: check-merge-conflict
- id: check-symlinks
- id: check-yaml
# These yaml files output valid yaml only after templating
exclude: ^helm/tiled/templates/
- id: debug-statements

- repo: https://github.com/pycqa/flake8
Expand Down
2 changes: 1 addition & 1 deletion docs/source/how-to/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ helm install tiled oci://ghcr.io/bluesky/charts/tiled
```

This Helm chart additionally refers to, but does not create, a Secret that contains
the value to use as the API key. It is highly recommended to use a
the value to use as the API key. It is highly recommended to use a
[SealedSecret](https://github.com/bitnami-labs/sealed-secrets#readme) if kubeseal is
available on the cluster you are installing into.

Expand Down
2 changes: 1 addition & 1 deletion helm/tiled/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ serviceAccount:
name: ""

# This is for setting Kubernetes Annotations to a Pod.
# For more information checkout: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
# For more information checkout: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
podAnnotations: {}
# This is for setting Kubernetes Labels to a Pod.
# For more information checkout: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
Expand Down

0 comments on commit 8142873

Please sign in to comment.