Skip to content

Commit

Permalink
Fix indent (#566)
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitri Tsumak <tsumak.dmitri@gmail.com>
  • Loading branch information
antares-sw and tsudmi authored Aug 1, 2024
1 parent 0d9ddd7 commit a7b89a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/v3-backend/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: v3-backend
version: 3.3.5
version: 3.3.6
appVersion: v2.0.5
kubeVersion: "^1.20.0-0"
description: The StakeWise backend application.
Expand Down
2 changes: 1 addition & 1 deletion charts/v3-backend/templates/common-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ data:
MEMCACHED_URL: {{ .Values.settings.memcachedUrl | b64enc | quote }}
POSTGRES_PASSWORD: {{ .Values.settings.postgres.password | b64enc | quote }}

GRAPH_POSTGRES_USER: {{ .Values.settings.graph.postgresUser | b64enc | quote }}
GRAPH_POSTGRES_USER: {{ .Values.settings.graph.postgresUser | b64enc | quote }}
GRAPH_POSTGRES_PASSWORD: {{ .Values.settings.graph.postgresPassword | b64enc | quote }}

RATED_API_BEARER_TOKEN: {{ .Values.settings.ratedApiBearerToken | b64enc | quote }}

0 comments on commit a7b89a7

Please sign in to comment.