Skip to content

Commit 3d1df81

Browse files
committed
update type description
1 parent e5b242d commit 3d1df81

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/crd/bases/ocgate.yaacov.com_gatetokens.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ spec:
6565
pattern: ^[/^][^:@]+$
6666
type: string
6767
user-id:
68-
description: User is the user id of the user requesting this token.
68+
description: user-id is the user id of the user requesting this token.
6969
maxLength: 226
7070
type: string
7171
required:

config/manager/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
1212
kind: Kustomization
1313
images:
1414
- name: controller
15-
newName: quay.io/yaacov/oc-gate-operator
16-
newTag: v0.0.1
15+
newName: controller
16+
newTag: latest

0 commit comments

Comments
 (0)