Skip to content

Commit

Permalink
Merge pull request #60 from buildkite/remove-helm-ns-value
Browse files Browse the repository at this point in the history
Remove namespace as a helm value
  • Loading branch information
benmoss authored Jan 12, 2023
2 parents ffb25a5 + 16c88c5 commit 3d81a66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions charts/agent-stack-k8s/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "object",
"default": {},
"title": "Root Schema",
"required": ["agentToken", "graphqlToken", "namespace", "image", "config"],
"required": ["agentToken", "graphqlToken", "image", "config"],
"properties": {
"agentToken": {
"type": "string",
Expand Down Expand Up @@ -89,7 +89,6 @@
{
"agentToken": "",
"graphqlToken": "",
"namespace": "buildkite",
"image": "ghcr.io/buildkite/agent-stack-k8s:latest",
"config": {
"agentImage": "",
Expand Down

0 comments on commit 3d81a66

Please sign in to comment.