feat(argo-rollouts): Add extra manifests option to chart (#1366)
* feat(argo-rollouts): Add extra manifests option to chart Signed-off-by: Vlad Voloshyn <vladvoloshyn12@gmail.com> * fix indent Signed-off-by: Vlad Voloshyn <vladvoloshyn12@gmail.com> * Apply suggestions from code review Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
9c245d4e65
commit
8ef5710660
4 changed files with 21 additions and 3 deletions
|
|
@ -22,6 +22,19 @@ apiVersionOverrides:
|
|||
# -- Override the Kubernetes version, which is used to evaluate certain manifests
|
||||
kubeVersionOverride: ""
|
||||
|
||||
# -- Additional manifests to deploy within the chart. A list of objects.
|
||||
## Can be used to add secrets for Analysis with 3rd-party monitoring solutions.
|
||||
extraObjects: []
|
||||
# - apiVersion: v1
|
||||
# kind: Secret
|
||||
# metadata:
|
||||
# name: datadog
|
||||
# type: Opaque
|
||||
# data:
|
||||
# address: https://api.datadoghq.com
|
||||
# api-key: <datadog-api-key>
|
||||
# app-key: <datadog-app-key>
|
||||
|
||||
controller:
|
||||
# -- Value of label `app.kubernetes.io/component`
|
||||
component: rollouts-controller
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue