Skip to content

Commit 4c3c89e

Browse files
authored
Merge pull request #424 from gianlucam76/typo
(chore) fix a typo
2 parents ca06992 + a627dee commit 4c3c89e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

api/v1beta1/techsupport_type.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const (
3535
SFTPPort = "SFTP_PORT"
3636
SFTPPath = "SFTP_PATH"
3737
SFTPHostKey = "SFTP_HOST_KEY"
38-
SFTPUsername = "STFP_USERNAME"
38+
SFTPUsername = "SFTP_USERNAME"
3939
SFTPPassowrd = "SFTP_PASSWORD"
4040
SFTPCert = "SFTP_CERT"
4141
)
@@ -143,7 +143,7 @@ const (
143143
)
144144

145145
// DeliveryType specifies different type of delivery mechanism
146-
// +kubebuilder:validation:Enum:=Slack;Webex;Discord;Telegram;SMTP;STFP
146+
// +kubebuilder:validation:Enum:=Slack;Webex;Discord;Telegram;SMTP;SFTP
147147
type DeliveryType string
148148

149149
const (

config/crd/bases/lib.projectsveltos.io_techsupports.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ spec:
7171
- Discord
7272
- Telegram
7373
- SMTP
74-
- STFP
74+
- SFTP
7575
type: string
7676
required:
7777
- name

lib/crd/techsupports.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ spec:
8989
- Discord
9090
- Telegram
9191
- SMTP
92-
- STFP
92+
- SFTP
9393
type: string
9494
required:
9595
- name

manifests/apiextensions.k8s.io_v1_customresourcedefinition_techsupports.lib.projectsveltos.io.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ spec:
7070
- Discord
7171
- Telegram
7272
- SMTP
73-
- STFP
73+
- SFTP
7474
type: string
7575
required:
7676
- name

0 commit comments

Comments
 (0)