mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +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
|