Skip to content

Commit

Permalink
remove redundant ise flag
Browse files Browse the repository at this point in the history
  • Loading branch information
matilote committed Aug 1, 2023
1 parent 0fe1de1 commit d014fac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/validators/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
annotations:
checksum/configmap: {{ include (print $root.Template.BasePath "/configmap.yaml") $root | sha256sum }}
spec:
{{- with (concat $root.Values.imagePullSecrets $root.Values.global.imagePullSecrets) }}
{{- with $root.Values.global.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
Expand Down
8 changes: 3 additions & 5 deletions charts/validators/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Declare variables to be passed into your templates.

global:
## Credentials to fetch images from private registry
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
##
imagePullSecrets: []
label: ""
project: ""
Expand Down Expand Up @@ -150,11 +153,6 @@ image:
repository: "chainsafe/lodestar"
tag: "v1.9.1"

## Credentials to fetch images from private registry
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
##
imagePullSecrets: []

terminationGracePeriodSeconds: 300

## Spearate service account per validator.
Expand Down

0 comments on commit d014fac

Please sign in to comment.