Skip to content

Commit

Permalink
[safepass] fix redis url issues
Browse files Browse the repository at this point in the history
  • Loading branch information
thread-koder committed Oct 5, 2022
1 parent dc78169 commit 7ddd520
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion charts/safepass/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: safepass
description: A Helm chart for Kubernetes
description: Safepass Helm chart for Kubernetes

# A chart can be either an 'application' or a 'library' chart.
#
Expand All @@ -12,6 +12,8 @@ description: A Helm chart for Kubernetes
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application

home: https://github.com/jordanopensource/safepass

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
Expand Down
2 changes: 1 addition & 1 deletion charts/safepass/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
secretKeyRef:
name: {{ .Values.general.secretKeySecretName }}
key: secret-key
- name: SECRET_KEY
- name: REDIS_URL
valueFrom:
secretKeyRef:
name: {{ .Values.redis.redisUrlSecretName }}
Expand Down
4 changes: 2 additions & 2 deletions charts/safepass/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
replicaCount: 1

image:
repository: pinterest/snappass
repository: josaorg/snappass
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "latest"
tag: "stable"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 7ddd520

Please sign in to comment.