You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chart/gameshelf/templates/support-bundle.yaml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -42,9 +42,9 @@ stringData:
42
42
maxLines: 5000
43
43
maxAge: 72h
44
44
- logs:
45
-
collectorName: gameshelf-sdk
45
+
collectorName: replicated-sdk
46
46
selector:
47
-
- app=gameshelf-sdk
47
+
- app=replicated
48
48
namespace: {{ .Release.Namespace }}
49
49
limits:
50
50
maxLines: 5000
@@ -87,12 +87,12 @@ stringData:
87
87
- pass:
88
88
message: GameShelf deployment is running with at least one available replica.
89
89
- deploymentStatus:
90
-
name: gameshelf-sdk
90
+
name: replicated
91
91
namespace: {{ .Release.Namespace }}
92
92
outcomes:
93
93
- fail:
94
94
when: "< 1"
95
-
message: "The Replicated SDK deployment has no available replicas. License validation and entitlement checks may not work. Check the gameshelf-sdk pod logs."
95
+
message: "The Replicated SDK deployment has no available replicas. License validation and entitlement checks may not work. Check the replicated pod logs."
0 commit comments