You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: charts/lightrun-agents/values.yaml
+95
Original file line number
Diff line number
Diff line change
@@ -2,3 +2,98 @@
2
2
# This is a YAML-formatted file.
3
3
# Declare variables to be passed into your templates.
4
4
javaAgents: []
5
+
## Examples
6
+
### Basic
7
+
#- The `my-service-1` does not use an `existingSecret` and instead the `agentPoolCredentials.apiKey` and `agentPoolCredentials.pinnedCertHash` are provided directly.
8
+
9
+
#- The `my-service-2` uses an `existingSecret` named `my-existing-secret`
# - The `my-service-1` does not use an `existingSecret` and instead the `agentPoolCredentials.apiKey` and `agentPoolCredentials.pinnedCertHash` are provided directly.
50
+
51
+
# - The `my-service-2` uses an `existingSecret` named `my-existing-secret`
0 commit comments