Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
allow adding annotations to the hub (#1006)
Browse files Browse the repository at this point in the history
align with value best practice
  • Loading branch information
pschuermann authored and diemol committed Jul 19, 2019
1 parent 5df8346 commit 2b04d03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/zalenium/templates/_pod-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ metadata:
labels:
{{- include "zalenium.labels" . | nindent 4 }}
annotations:
{{- toYaml .Values.hub.podAnnotations | nindent 4 }}
spec:
securityContext:
{{- toYaml .Values.hub.podSecurityContext | nindent 4 }}
Expand Down
2 changes: 2 additions & 0 deletions charts/zalenium/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ hub:
## ref: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
#imagePullSecret: "secret1"

podAnnotations: {}

## The port which the hub listens on
port: 4444

Expand Down

0 comments on commit 2b04d03

Please sign in to comment.