mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-13 16:34:45 +00:00
This should do the trick: First update the configmap, then trigger a rollout. The new pods should have the update environment variables.
8 lines
114 B
YAML
8 lines
114 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
data:
|
|
COMMIT: <COMMIT>
|
|
metadata:
|
|
name: configmap
|
|
namespace: human-connection
|