mirror of
https://github.com/mastodon/chart
synced 2025-05-18 04:53:21 +00:00
Fix env var typo
This commit is contained in:
parent
26dfee7a02
commit
0936ec96cd
|
@ -73,7 +73,7 @@ spec:
|
||||||
key: redis-password
|
key: redis-password
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if and .Values.redis.cache.enabled .Values.redis.cache.auth.existingSecret }}
|
{{- if and .Values.redis.cache.enabled .Values.redis.cache.auth.existingSecret }}
|
||||||
- name: "SIDEKIQ_REDIS_PASSWORD"
|
- name: "CACHE_REDIS_PASSWORD"
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: {{ template "mastodon.redis.cache.secretName" . }}
|
name: {{ template "mastodon.redis.cache.secretName" . }}
|
||||||
|
|
|
@ -132,7 +132,7 @@ spec:
|
||||||
key: redis-password
|
key: redis-password
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if and $context.Values.redis.cache.enabled $context.Values.redis.cache.auth.existingSecret }}
|
{{- if and $context.Values.redis.cache.enabled $context.Values.redis.cache.auth.existingSecret }}
|
||||||
- name: "SIDEKIQ_REDIS_PASSWORD"
|
- name: "CACHE_REDIS_PASSWORD"
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: {{ template "mastodon.redis.cache.secretName" . }}
|
name: {{ template "mastodon.redis.cache.secretName" . }}
|
||||||
|
|
|
@ -111,7 +111,7 @@ spec:
|
||||||
key: redis-password
|
key: redis-password
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if and .Values.redis.cache.enabled .Values.redis.cache.auth.existingSecret }}
|
{{- if and .Values.redis.cache.enabled .Values.redis.cache.auth.existingSecret }}
|
||||||
- name: "SIDEKIQ_REDIS_PASSWORD"
|
- name: "CACHE_REDIS_PASSWORD"
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: {{ template "mastodon.redis.cache.secretName" . }}
|
name: {{ template "mastodon.redis.cache.secretName" . }}
|
||||||
|
|
|
@ -109,7 +109,7 @@ spec:
|
||||||
key: redis-password
|
key: redis-password
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if and .Values.redis.cache.enabled .Values.redis.cache.auth.existingSecret }}
|
{{- if and .Values.redis.cache.enabled .Values.redis.cache.auth.existingSecret }}
|
||||||
- name: "SIDEKIQ_REDIS_PASSWORD"
|
- name: "CACHE_REDIS_PASSWORD"
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: {{ template "mastodon.redis.cache.secretName" . }}
|
name: {{ template "mastodon.redis.cache.secretName" . }}
|
||||||
|
|
|
@ -75,7 +75,7 @@ spec:
|
||||||
key: redis-password
|
key: redis-password
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if and .Values.redis.cache.enabled .Values.redis.cache.auth.existingSecret }}
|
{{- if and .Values.redis.cache.enabled .Values.redis.cache.auth.existingSecret }}
|
||||||
- name: "SIDEKIQ_REDIS_PASSWORD"
|
- name: "CACHE_REDIS_PASSWORD"
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: {{ template "mastodon.redis.cache.secretName" . }}
|
name: {{ template "mastodon.redis.cache.secretName" . }}
|
||||||
|
|
|
@ -75,7 +75,7 @@ spec:
|
||||||
key: redis-password
|
key: redis-password
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if and .Values.redis.cache.enabled .Values.redis.cache.auth.existingSecret }}
|
{{- if and .Values.redis.cache.enabled .Values.redis.cache.auth.existingSecret }}
|
||||||
- name: "SIDEKIQ_REDIS_PASSWORD"
|
- name: "CACHE_REDIS_PASSWORD"
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: {{ template "mastodon.redis.cache.secretName" . }}
|
name: {{ template "mastodon.redis.cache.secretName" . }}
|
||||||
|
|
|
@ -80,7 +80,7 @@ spec:
|
||||||
key: redis-password
|
key: redis-password
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if and .Values.redis.cache.enabled .Values.redis.cache.auth.existingSecret }}
|
{{- if and .Values.redis.cache.enabled .Values.redis.cache.auth.existingSecret }}
|
||||||
- name: "SIDEKIQ_REDIS_PASSWORD"
|
- name: "CACHE_REDIS_PASSWORD"
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: {{ template "mastodon.redis.cache.secretName" . }}
|
name: {{ template "mastodon.redis.cache.secretName" . }}
|
||||||
|
|
|
@ -75,7 +75,7 @@ spec:
|
||||||
key: redis-password
|
key: redis-password
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if and .Values.redis.cache.enabled .Values.redis.cache.auth.existingSecret }}
|
{{- if and .Values.redis.cache.enabled .Values.redis.cache.auth.existingSecret }}
|
||||||
- name: "SIDEKIQ_REDIS_PASSWORD"
|
- name: "CACHE_REDIS_PASSWORD"
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: {{ template "mastodon.redis.cache.secretName" . }}
|
name: {{ template "mastodon.redis.cache.secretName" . }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user