summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-04-29 15:03:28 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-04-29 15:03:28 +0200
commited84d5e9ac8bd2571466a510578b2b6c79c2b61a (patch)
tree05056a37864d8feba976426656b41eae142aebcd
parentreplace streaming site with placeholder (diff)
workaround for mysql image
-rw-r--r--contrib/k8s-emc/mysql-statefulset.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/k8s-emc/mysql-statefulset.yml b/contrib/k8s-emc/mysql-statefulset.yml
index 6187206..6922c40 100644
--- a/contrib/k8s-emc/mysql-statefulset.yml
+++ b/contrib/k8s-emc/mysql-statefulset.yml
@@ -38,8 +38,8 @@ spec:
mountPath: /srv/tmp
containers:
- name: mysql
- image: quay.io/neith00/mysql-docker@sha256:4cbb499347edd4265bf53ceda6a3bbda28bc84391d7ab768f52bc44d5c8c25f9
- imagePullPolicy: Always
+ image: quay.io/neith00/mysql-docker:s2streamstats
+ imagePullPolicy: IfNotPresent
env:
- name: MYSQL_ROOT_PASSWORD
value: /var/run/mysql-secret/password