Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pluralsh/kubernetes-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks committed Oct 24, 2023
2 parents 060dcba + 525e7a1 commit 21e9623
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/docker/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ api:
# key_file: /server-key.pem
max_connection_age: "7200s"
listen_grace_period: "5s"
plural_url: https://console.cd-demo.onplural.sh/gql
plural_url: "https://console.cd-demo.onplural.sh/gql"
4 changes: 2 additions & 2 deletions pkg/kascfg/kascfg.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/kascfg/kascfg.proto
Original file line number Diff line number Diff line change
Expand Up @@ -336,5 +336,5 @@ message ConfigurationFile {
// Private API for kas->kas communication.
PrivateApiCF private_api = 5 [json_name = "private_api", (validate.rules).message.required = true];
// Plural URL address
string plural_url = 7 [json_name = "plural_url"];
string plural_url = 6 [json_name = "plural_url"];
}

0 comments on commit 21e9623

Please sign in to comment.