Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Márk Sági-Kazár <sagikazarmark@users.noreply.github.com>
Signed-off-by: Jan-Otto Kröpke <github@jkroepke.de>
  • Loading branch information
jkroepke and sagikazarmark committed Jun 20, 2023
1 parent 3dd4a1d commit f7122de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/dex/ci/label-annotations-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ config:

enablePasswordDB: true

annotations:
deploymentAnnotations:
reloader.stakater.com/auto: "true"

podAnnotations:
vault.security.banzaicloud.io/vault-addr: "https://vault.vault:8200"

labels:
deploymentLabels:
hello: world

podLabels:
Expand Down
2 changes: 2 additions & 0 deletions charts/dex/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,13 @@ rbac:

# -- Annotations to be added to deployment.
deploymentAnnotations: {}

# -- Labels to be added to deployment.
deploymentLabels: {}

# -- Annotations to be added to pods.
podAnnotations: {}

# -- Labels to be added to pods.
podLabels: {}

Expand Down

0 comments on commit f7122de

Please sign in to comment.