@@ -30,6 +30,7 @@ then
FOUND_ISSUE=$?
else
echo "No Python code files changed present"
+ FOUND_ISSUE=0
fi
if [ "$FOUND_ISSUE" -eq "0" ]
@@ -65,6 +65,7 @@ RUN ./build/env/bin/pip install \
flower \
pyhive \
gevent \
+ gssapi \
# Needed for Jaeger
threadloop \
thrift-sasl==0.2.1
@@ -18,7 +18,8 @@ spec:
labels:
pod: hue
annotations:
- checksum/config: {{ include (print $.Template.BasePath "/configmap-hue-extra.yaml") . | sha256sum }}
+ checksum/config: {{ include (print $.Template.BasePath "/configmap-hue.yaml") . | sha256sum }}
+ checksum/config-extra: {{ include (print $.Template.BasePath "/configmap-hue-extra.yaml") . | sha256sum }}
{{- with .Values.podAnnotations }}
{{ toYaml . | indent 8 }}
{{- end }}