mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
fix environment variable typo.
This commit is contained in:
@@ -68,7 +68,7 @@ kustomization file), then locates the Go plugin's
|
|||||||
object code at the following location:
|
object code at the following location:
|
||||||
|
|
||||||
> ```shell
|
> ```shell
|
||||||
> $XGD_CONFIG_HOME/kustomize/plugin/$apiVersion/$lKind/$kind.so
|
> $XDG_CONFIG_HOME/kustomize/plugin/$apiVersion/$lKind/$kind.so
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
where `lKind` holds the lowercased kind. The
|
where `lKind` holds the lowercased kind. The
|
||||||
@@ -91,7 +91,7 @@ ephemeral directory
|
|||||||
PLUGIN_ROOT=$DEMO/kustomize/plugin
|
PLUGIN_ROOT=$DEMO/kustomize/plugin
|
||||||
```
|
```
|
||||||
|
|
||||||
and ephemerally set `XGD_CONFIG_HOME` on a command
|
and ephemerally set `XDG_CONFIG_HOME` on a command
|
||||||
line below.
|
line below.
|
||||||
|
|
||||||
### What apiVersion and kind?
|
### What apiVersion and kind?
|
||||||
|
|||||||
Reference in New Issue
Block a user