Skip to content

Commit

Permalink
correct typos and update Kubernetes reference links (#936)
Browse files Browse the repository at this point in the history
- Fixed typos in some comments
- Updated Kubernetes link for pre-pulled images
  • Loading branch information
MohamedHaroon98 committed Sep 26, 2024
1 parent ecc4d4f commit 287739b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions helm/charts/nats-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ rbacEnabled: true

## Operator scope
## NOTE: If true
## * Make sure that no othe NATS operator is running in the cluster
## * Make sure that no other NATS operator is running in the cluster
## * The Release namespace must be "nats-io"
clusterScoped: false

## Set default Replica Coint for the Operator
## Set default Replica Count for the Operator
replicaCount: 1

image:
# natsio/nats-operator:0.8.3
registry: docker.io
repository: natsio/nats-operator
tag: 0.8.3
## Specify a imagePullPolicy
## Specify an imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
##
pullPolicy: Always
## Optionally specify an array of imagePullSecrets.
Expand Down Expand Up @@ -83,7 +83,7 @@ resources: {}
# memory: 64Mi

## Configure extra options for liveness and readiness probes
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes)
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes
livenessProbe:
enabled: true
initialDelaySeconds: 30
Expand Down

0 comments on commit 287739b

Please sign in to comment.