Skip to content

Commit

Permalink
README.md: update links (#41)
Browse files Browse the repository at this point in the history
kustomize have updated their documentation location
  • Loading branch information
daurnimator authored Jun 22, 2020
1 parent 55903c2 commit 588ec4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ EOF
```

### 10. Create the kustomization.yaml
[Read about kustomize plugins](https://github.com/kubernetes-sigs/kustomize/blob/master/docs/plugins/README.md)
[Read about kustomize plugins](https://kubernetes-sigs.github.io/kustomize/guides/plugins/)

```bash
cat <<EOF > kustomization.yaml
Expand All @@ -164,7 +164,7 @@ kustomize build --enable_alpha_plugins .
### Troubleshooting

#### kustomize Go Plugin Caveats
[Detailed example of kustomize Go plugin](https://github.com/kubernetes-sigs/kustomize/blob/master/docs/plugins/goPluginGuidedExample.md)
[Detailed example of kustomize Go plugin](https://kubernetes-sigs.github.io/kustomize/guides/plugins/gopluginguidedexample/)

#### Sanity Checks
- Validate `ksops.so` is in the `kustomize` plugin path
Expand All @@ -184,12 +184,12 @@ https://github.com/viaduct-ai/kustomize-sops/issues

## Generator Options

`KSOPS` supports the same annotation based generator options as [kustomize exec plugins](https://github.com/kubernetes-sigs/kustomize/blob/master/docs/plugins/README.md#generator-options). The supported annotations are:
`KSOPS` supports the same annotation based generator options as [kustomize exec plugins](https://kubernetes-sigs.github.io/kustomize/guides/plugins/#generator-options). The supported annotations are:

- `kustomize.config.k8s.io/needs-hash`
- `kustomize.config.k8s.io/behavior`

For information, read the [kustomize exec plugin generator options documentation](https://github.com/kubernetes-sigs/kustomize/blob/master/docs/plugins/README.md#generator-options).
For information, read the [kustomize generator options documentation](https://github.com/kubernetes-sigs/kustomize/blob/master/examples/generatorOptions.md).

### Encrypted Secret Overlays w/ Generator Options

Expand Down

0 comments on commit 588ec4a

Please sign in to comment.