Skip to content

Commit c20b0a2

Browse files
committed
feat(extras): included extra objects in yaml
1 parent 0f952d0 commit c20b0a2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

charts/argus/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ maintainers:
66
77
name: LogicMonitor
88
name: argus
9-
version: 14.0.0-rc03
9+
version: 14.1.0-rc01
1010
home: https://logicmonitor.github.io/helm-charts-qa
1111
appVersion: v17.3.0-rt01
1212
dependencies:

charts/argus/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,3 +248,7 @@ probe:
248248
readiness:
249249
failureThreshold: 3
250250
periodSeconds: 10
251+
252+
# extraObjects allows you to deploy additional Kubernetes resources alongside Argus
253+
# This is useful for deploying any other custom resources needed by your deployment
254+
extraObjects: []

0 commit comments

Comments
 (0)