flatpak-indexer: use stringData not data in secret.yml
This matches what we do for other applications.
This commit is contained in:
parent
bbfe6e38fd
commit
30a8d3a72d
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ kind: Secret
|
|||
apiVersion: v1
|
||||
metadata:
|
||||
name: redis-password
|
||||
data:
|
||||
stringData:
|
||||
{% if env == 'staging' %}
|
||||
password: {{ stg_flatpak_indexer_redis_password }}
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue