Skip to content

Commit

Permalink
docs: change apiVersion of SubNamespace to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
rkwmt committed Oct 16, 2024
1 parent e097b49 commit 2529227
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 2529227

Please sign in to comment.