Files
poimen-workflows/k8s/git-commit.yaml
T
Test 84b4ca120f
ci / test (push) Failing after 2m24s
feat: add relation wording schema
2026-09-05 05:45:47 -07:00

15 lines
409 B
YAML

# This ConfigMap stores the current Git commit hash
# Used by Kustomize to trigger pod rollouts on commit changes
apiVersion: v1
kind: ConfigMap
metadata:
name: poimen-git-info
namespace: poimen
labels:
app.kubernetes.io/name: poimen
app.kubernetes.io/component: orchestrator
data:
GIT_COMMIT: "eb4c4e989" # Updated automatically by CI/CD
GIT_BRANCH: "main"
DEPLOYMENT_DATE: "2026-09-05"