|
@@ -42,6 +42,7 @@ objects:
|
|
|
metadata:
|
|
|
name: webconsole
|
|
|
labels:
|
|
|
+ app: openshift-web-console
|
|
|
webconsole: "true"
|
|
|
spec:
|
|
|
serviceAccountName: webconsole
|
|
@@ -70,12 +71,12 @@ objects:
|
|
|
exec:
|
|
|
command:
|
|
|
- /bin/sh
|
|
|
- - -i
|
|
|
- -c
|
|
|
- |-
|
|
|
if [[ ! -f /tmp/webconsole-config.hash ]]; then \
|
|
|
md5sum /var/webconsole-config/webconsole-config.yaml > /tmp/webconsole-config.hash; \
|
|
|
elif [[ $(md5sum /var/webconsole-config/webconsole-config.yaml) != $(cat /tmp/webconsole-config.hash) ]]; then \
|
|
|
+ echo 'webconsole-config.yaml has changed.'; \
|
|
|
exit 1; \
|
|
|
fi && curl -k -f https://0.0.0.0:8443/console/
|
|
|
resources:
|