Some checks failed
Build Container / build (push) Failing after 4s
The service is 'docs', quartz is just the container image used. This allows future quartz-based sites with different names. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
10 lines
272 B
YAML
10 lines
272 B
YAML
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: docs-config
|
|
namespace: docs
|
|
data:
|
|
# BlumeOps docs release URL
|
|
# Update this to deploy a new docs version
|
|
DOCS_RELEASE_URL: "https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.0.0/docs-v1.0.0.tar.gz"
|