Skip to content

Commit

Permalink
build(secret): add image pull secret
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashbrnrd committed Oct 12, 2023
1 parent 805ed65 commit 93e2f7e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions infra/kube/helm/values-dso.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ backend:
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: develop
imagePullSecrets: []
imagePullSecrets:
- name: registry-pull-secret
podAnnotations: {}
podSecurityContext: {}
# fsGroup: 2000
Expand Down Expand Up @@ -89,7 +90,8 @@ frontend:
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: develop
imagePullSecrets: []
imagePullSecrets:
- name: registry-pull-secret
podAnnotations: {}
podSecurityContext: {}
# fsGroup: 2000
Expand Down

0 comments on commit 93e2f7e

Please sign in to comment.