Skip to content

Commit

Permalink
Fix chart values file (#562)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Aug 22, 2018
1 parent dac75e6 commit 9b494b4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions chart/stash/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,21 @@ imagePullPolicy: IfNotPresent
## https://kubernetes.io/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods/
criticalAddon: false

## Node labels for pod assignment
## Ref: https://kubernetes.io/docs/user-guide/node-selection/
##
nodeSelector: {}

## Tolerations for pod assignment
## Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
##
tolerations: {}

## Affinity for pod assignment
## Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
##
affinity: {}

## Install Default RBAC roles and bindings
rbac:
# Specifies whether RBAC resources should be created
Expand Down

0 comments on commit 9b494b4

Please sign in to comment.