Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 05d135e

Browse files
authored
update to xeol-io
1 parent 37330a0 commit 05d135e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175

176176
END OF TERMS AND CONDITIONS
177177

178-
Copyright 2023 @noqcks
178+
Copyright 2023 Xeol, Inc.
179179

180180
Licensed under the Apache License, Version 2.0 (the "License");
181181
you may not use this file except in compliance with the License.

stable/xeol-agent/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ helm repo add xeol https://charts.xeol.io
4040
helm install <release-name> -f <values.yaml> xeol/xeol-agent
4141
```
4242

43-
A basic values file can always be found [here](https://github.com/noqcks/xeol-charts/tree/master/stable/xeol-agent/values.yaml)
43+
A basic values file can always be found [here](https://github.com/xeol-io/xeol-charts/tree/master/stable/xeol-agent/values.yaml)
4444

4545
The key configurations are in the xeolAgent.xeol section. xeol-agent must be able to resolve the xeol.io URL and requires API credentials.
4646

4747
Note: the Xeol APIKey can be provided via a kubernetes secret, or injected into the environment of the xeol-agent container
4848
* For injecting the environment variable, see: inject_secrets_via_env
4949
* For providing your own secret for the Xeol APIKey, see: xeolAgent.existing_secret. xeol-agent creates it's own secret based on your values.yaml file for key xeolAgent.xeol.apiKey, but the xeolAgent.existingSecret key allows you to create your own secret and provide it in the values file.
5050

51-
See the [xeol-agent repo](https://github.com/noqcks/xeol-agent) for more information about the xeol-agent specific configuration
51+
See the [xeol-agent repo](https://github.com/xeol-io/xeol-agent) for more information about the xeol-agent specific configuration

0 commit comments

Comments
 (0)