File tree 4 files changed +0
-20
lines changed
4 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 69
69
70
70
cloudinfo :
71
71
endpoint : " https://try.pipeline.banzai.cloud/cloudinfo/api/v1"
72
-
73
- hollowtrees :
74
- endpoint : " https://try.pipeline.banzai.cloud/hollowtrees-alerts/api/v1"
75
- tokenSigningKey : " Th1s!sMyR4Nd0MStri4gPleaseChangeIt"
Original file line number Diff line number Diff line change @@ -407,11 +407,6 @@ cloudinfo:
407
407
# Format: {baseUrl}/api/v1
408
408
endpoint: ""
409
409
410
- hollowtrees:
411
- # Format: {baseUrl}/api/v1
412
- endpoint: ""
413
- tokenSigningKey: ""
414
-
415
410
#secret:
416
411
# tls:
417
412
# defaultValidity: 8760h # 1 year
Original file line number Diff line number Diff line change @@ -86,11 +86,6 @@ type Config struct {
86
86
87
87
Helm helm.Config
88
88
89
- Hollowtrees struct {
90
- Endpoint string
91
- TokenSigningKey string
92
- }
93
-
94
89
Kubernetes struct {
95
90
Client struct {
96
91
ForceGlobal bool
@@ -808,8 +803,6 @@ traefik:
808
803
v .SetDefault ("distribution::pke::amazon::defaultNetworkProvider" , "cilium" )
809
804
810
805
v .SetDefault ("cloudinfo::endpoint" , "" )
811
- v .SetDefault ("hollowtrees::endpoint" , "" )
812
- v .SetDefault ("hollowtrees::tokenSigningKey" , "" )
813
806
814
807
v .SetDefault ("secret::tls::defaultValidity" , "8760h" ) // 1 year
815
808
Original file line number Diff line number Diff line change @@ -152,10 +152,6 @@ var Config struct {
152
152
}
153
153
}
154
154
}
155
- Hollowtrees struct {
156
- Endpoint string
157
- TokenSigningKey string
158
- }
159
155
Kubernetes struct {
160
156
Client struct {
161
157
ForceGlobal bool
You can’t perform that action at this time.
0 commit comments