flatpak-indexer: use stringData not data in secret.yml

This matches what we do for other applications.
This commit is contained in:
Owen W. Taylor 2021-03-01 16:32:12 -05:00
parent bbfe6e38fd
commit 30a8d3a72d

View file

@ -3,7 +3,7 @@ kind: Secret
apiVersion: v1
metadata:
name: redis-password
data:
stringData:
{% if env == 'staging' %}
password: {{ stg_flatpak_indexer_redis_password }}
{% else %}