14 lines
378 B
Plaintext
14 lines
378 B
Plaintext
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: devcontainer
|
|
data:
|
|
# GitHub repository to clone on startup
|
|
# Example: "https://github.com/username/repository"
|
|
# github-repo: "https://github.com/username/repository"
|
|
|
|
# Happy Coder configuration (optional)
|
|
# happy-server-url: "https://api.cluster-fluster.com"
|
|
# happy-webapp-url: "https://app.happy.engineering"
|