Merge pull request #6542 from chrismeyersfsu/fix-align_redis

Fix align redis

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot] 2020-04-02 16:22:31 +00:00 committed by GitHub
commit 48414f6dab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -204,7 +204,7 @@ spec:
- name: {{ kubernetes_deployment_name }}-redis
image: {{ kubernetes_redis_image }}:{{ kubernetes_redis_image_tag }}
imagePullPolicy: Always
args: ["/usr/local/etc/redis/redis.conf"]
args: ["{{ kubernetes_redis_config_mount_path }}"]
ports:
- name: redis
protocol: TCP