Skip to content

Commit 3d81a66

Browse files
authored
Merge pull request #60 from buildkite/remove-helm-ns-value
Remove namespace as a helm value
2 parents ffb25a5 + 16c88c5 commit 3d81a66

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

charts/agent-stack-k8s/values.schema.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "object",
55
"default": {},
66
"title": "Root Schema",
7-
"required": ["agentToken", "graphqlToken", "namespace", "image", "config"],
7+
"required": ["agentToken", "graphqlToken", "image", "config"],
88
"properties": {
99
"agentToken": {
1010
"type": "string",
@@ -89,7 +89,6 @@
8989
{
9090
"agentToken": "",
9191
"graphqlToken": "",
92-
"namespace": "buildkite",
9392
"image": "ghcr.io/buildkite/agent-stack-k8s:latest",
9493
"config": {
9594
"agentImage": "",

0 commit comments

Comments
 (0)