Skip to content

Commit

Permalink
K8S-2213: Apply container args to Operator
Browse files Browse the repository at this point in the history
  • Loading branch information
tahmmee committed Jun 1, 2021
1 parent f215082 commit 95fccaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion couchbase-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: couchbase-operator
description: A Helm chart to deploy the Couchbase Autonomous Operator for easily deploying, managing, and maintaining Couchbase Clusters. Couchbase Server is a NoSQL document database with a distributed architecture for performance, scalability, and availability. It enables developers to build applications easier and faster by leveraging the power of SQL with the flexibility of JSON.
version: 2.1.016
version: 2.1.017
appVersion: 2.1.0
type: application
keywords:
Expand Down
1 change: 1 addition & 0 deletions couchbase-operator/templates/operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ spec:
command:
- couchbase-operator
{{- range $key, $value := .Values.couchbaseOperator.commandArgs }}
args:
- "--{{ $key }}={{ $value }}"
{{- end }}
env:
Expand Down

0 comments on commit 95fccaa

Please sign in to comment.