Ocelot-Social/scripts/patches/patch-configmap.yaml
roschaefer 175b187f69 Update the COMMIT env var on every deployment
This should do the trick: First update the configmap, then trigger a
rollout. The new pods should have the update environment variables.
2019-08-20 11:28:41 +02:00

8 lines
114 B
YAML

apiVersion: v1
kind: ConfigMap
data:
COMMIT: <COMMIT>
metadata:
name: configmap
namespace: human-connection