Skip to content

Commit 6d1db58

Browse files
committed
code review
1 parent 9ee8c12 commit 6d1db58

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

applications/fake-services/replicated/kots-config.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
- name: hostname
1212
title: Hostname
1313
type: text
14-
required: true
14+
required: false
1515
- name: password
1616
title: Password
1717
type: password
@@ -20,15 +20,6 @@ spec:
2020
title: Frontend settings
2121
description: Frontend settings
2222
items:
23-
- name: frontend_informer_enabled
24-
type: radio
25-
title: Frontend Informer Enabled
26-
default: noooo
27-
items:
28-
- name: noooo
29-
title: Noooo
30-
- name: yessss
31-
title: Yessss
3223
- name: frontend_name
3324
title: Service Name
3425
type: text

applications/fake-services/replicated/kots-preflight.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ spec:
2727
- pass:
2828
when: "== eks"
2929
message: EKS is a supported platform
30+
- pass:
31+
when: "== k0s"
32+
message: K0s is a supported platform
3033
- fail:
3134
when: "== docker-desktop"
3235
message: This application does not support Docker Desktop

0 commit comments

Comments
 (0)