Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Nov 23, 2023
1 parent 58d09bd commit 1441d04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion charts/cloudflare-tunnel/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cloudflare-tunnel

![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Creation of a cloudflared deployment - a reverse tunnel for an environment

Expand All @@ -24,6 +24,7 @@ Creation of a cloudflared deployment - a reverse tunnel for an environment
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | |
| podAnnotations | object | `{}` | |
| podDisruptionBudget | object | `{"minAvailable":1}` | Define the PodDisruptionBudget spec If not set then a PodDisruptionBudget will not be created |
| podSecurityContext.runAsNonRoot | bool | `true` | |
| podSecurityContext.runAsUser | int | `65532` | |
| replicaCount | int | `2` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/cloudflare-tunnel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ affinity: {}
# If not set then a PodDisruptionBudget will not be created
podDisruptionBudget:
minAvailable: 1
# maxUnavailable: 1
# maxUnavailable: 1

0 comments on commit 1441d04

Please sign in to comment.