We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae5c3a3 commit 19ae64aCopy full SHA for 19ae64a
kube/README.md
@@ -8,13 +8,20 @@ Required environment variables:
8
* `KUBE_CLUSTER`: cluster name parameter for the sidecar
9
* `GCP_REGION`: GCP region parameter for the sidecar
10
* `GCP_PROJECT`: GCP project parameter for the sidecar
11
+* `SIDECAR_IMAGE_TAG`: Version parameter for the sidecar
12
+
13
+If your cluster is not the default context:
14
15
+```sh
16
+kubectl config use-context <kubernetes_context>
17
+```
18
19
## `patch.sh`
20
21
Inject sidecar into Deployments or StatefulSets:
22
23
```sh
-./patch.sh <deployment|statefulset> <name>
24
+./patch.sh <deployment|statefulset> <name>
25
```
26
27
Additional environment variables:
0 commit comments