Skip to content

Commit

Permalink
Merge pull request #147 from cybozu-go/use-v2-in-docs
Browse files Browse the repository at this point in the history
docs: change apiVersion of SubNamespace to v2
  • Loading branch information
rkwmt authored Oct 16, 2024
2 parents e097b49 + 2529227 commit 0c37d8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/subnamespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ $ kubectl accurate sub create <name> <parent>
Applying YAML manifests:

```console
apiVersion: accurate.cybozu.com/v1
apiVersion: accurate.cybozu.com/v2
kind: SubNamespace
metadata:
namespace: <parent>
Expand All @@ -98,7 +98,7 @@ $ kubectl accurate sub create <name> <parent> --labels=foo=bar --annotations=baz
Applying YAML manifests:

```console
apiVersion: accurate.cybozu.com/v1
apiVersion: accurate.cybozu.com/v2
kind: SubNamespace
metadata:
namespace: <parent>
Expand Down

0 comments on commit 0c37d8b

Please sign in to comment.