Skip to content

Commit 4c16a1b

Browse files
committed
drop my devel note/comments
1 parent e62929e commit 4c16a1b

File tree

4 files changed

+1
-54
lines changed

4 files changed

+1
-54
lines changed

tests/unit/dns_test.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ templates:
1717
- secrets_st2auth.yaml
1818
- secrets_st2chatops.yaml
1919

20-
# relevant values:
21-
# dnsPolicy:
22-
# dnsConfig:
23-
2420
tests:
2521
- it: Deployments and Jobs default to no dnsPolicy or dnsConfig
2622
templates:

tests/unit/placement_test.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,6 @@ templates:
1717
- secrets_st2auth.yaml
1818
- secrets_st2chatops.yaml
1919

20-
# nodeSelector & tolerations & affinity:
21-
# st2web .nodeSelector, .tolerations, .affinity
22-
# st2auth .nodeSelector, .tolerations, .affinity
23-
# st2api .nodeSelector, .tolerations, .affinity
24-
# st2stream .nodeSelector, .tolerations, .affinity
25-
# st2rulesengine .nodeSelector, .tolerations, .affinity
26-
# st2timersengine .nodeSelector, .tolerations, .affinity
27-
# st2workflowengine .nodeSelector, .tolerations, .affinity
28-
# st2scheduler .nodeSelector, .tolerations, .affinity
29-
# st2notifier .nodeSelector, .tolerations, .affinity
30-
# st2actionrunner .nodeSelector, .tolerations, .affinity
31-
# st2sensorcontainer .nodeSelector, .tolerations, .affinity
32-
# st2garbagecollector .nodeSelector, .tolerations, .affinity
33-
# st2chatops .nodeSelector, .tolerations, .affinity
34-
# jobs .nodeSelector, .tolerations, .affinity
35-
3620
tests:
3721
- it: Deployments and Jobs have no default placement
3822
templates:

tests/unit/post_start_script_test.yaml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,6 @@ templates:
1515
- secrets_st2auth.yaml
1616
- secrets_st2chatops.yaml
1717

18-
# st2.packs.sensors.postStartScript is not valid
19-
# post start script on all deployments (not on jobs)
20-
# st2web.postStartScript
21-
# st2auth.postStartScript
22-
# st2api.postStartScript
23-
# st2stream.postStartScript
24-
# st2rulesengine.postStartScript
25-
# st2timersengine.postStartScript
26-
# st2workflowengine.postStartScript
27-
# st2scheduler.postStartScript
28-
# st2notifier.postStartScript
29-
# st2actionrunner.postStartScript
30-
# st2sensorcontainer.postStartScript
31-
# st2garbagecollector.postStartScript
32-
# st2client.postStartScript
33-
# st2chatops.postStartScript
34-
3518
tests:
3619
- it: post-start script for st2actionrunner and st2client
3720
template: configmaps_post-start-script.yaml
@@ -265,6 +248,7 @@ tests:
265248
postStartScript: *custom_post_start_script
266249
st2actionrunner:
267250
postStartScript: *custom_post_start_script
251+
# st2.packs.sensors.postStartScript is not valid
268252
st2sensorcontainer:
269253
postStartScript: *custom_post_start_script
270254
st2garbagecollector:

tests/unit/service_account_test.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,6 @@ templates:
1717
- secrets_st2auth.yaml
1818
- secrets_st2chatops.yaml
1919

20-
# ServiceAccount
21-
# serviceAccount.create
22-
# attach ServiceAccount
23-
# st2web: { serviceAccount: { attach: true } }
24-
# st2auth: { serviceAccount: { attach: true } }
25-
# st2api: { serviceAccount: { attach: true } }
26-
# st2stream: { serviceAccount: { attach: true } }
27-
# st2rulesengine: { serviceAccount: { attach: true } }
28-
# st2timersengine: { serviceAccount: { attach: true } }
29-
# st2workflowengine: { serviceAccount: { attach: true } }
30-
# st2scheduler: { serviceAccount: { attach: true } }
31-
# st2notifier: { serviceAccount: { attach: true } }
32-
# st2actionrunner: { serviceAccount: { attach: true } }
33-
# st2sensorcontainer: { serviceAccount: { attach: true } }
34-
# st2garbagecollector: { serviceAccount: { attach: true } }
35-
# st2chatops: { serviceAccount: { attach: true } }
36-
3720
tests:
3821
- it: ServiceAccount created by default
3922
template: service-account.yaml

0 commit comments

Comments
 (0)