Skip to content

Commit

Permalink
manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsingerus committed Feb 1, 2024
1 parent 99c5301 commit 6f783bf
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 16 deletions.
4 changes: 2 additions & 2 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# CH_PASSWORD_PLAIN=
# CH_CREDENTIALS_SECRET_NAMESPACE=
# CH_CREDENTIALS_SECRET_NAME=clickhouse-operator
# VERBOSITY=2
# VERBOSITY=1

################################################
##
Expand Down Expand Up @@ -337,7 +337,7 @@ pod:
logger:
logtostderr: "true"
alsologtostderr: "false"
v: "2"
v: "1"
stderrthreshold: ""
vmodule: ""
log_backtrace_at: ""
2 changes: 0 additions & 2 deletions deploy/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,3 @@ For upgrade please install CRDs separately:
| serviceMonitor.enabled | bool | `false` | ServiceMonitor Custom resource is created for a (prometheus-operator)[https://github.com/prometheus-operator/prometheus-operator] |
| tolerations | list | `[]` | tolerations for scheduler pod assignment, look `kubectl explain pod.spec.tolerations` for details |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ metadata:
namespace: {{ .Release.Namespace }}
labels: {{ include "altinity-clickhouse-operator.labels" . | nindent 4 }}
annotations: {{ toYaml .Values.serviceAccount.annotations | nindent 4 }}

# Template Parameters:
#
# NAMESPACE=kube-system
Expand Down
4 changes: 2 additions & 2 deletions deploy/operator/clickhouse-operator-install-ansible.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3423,7 +3423,7 @@ data:
# CH_PASSWORD_PLAIN=
# CH_CREDENTIALS_SECRET_NAMESPACE=
# CH_CREDENTIALS_SECRET_NAME=clickhouse-operator
# VERBOSITY=2
# VERBOSITY=1
################################################
##
Expand Down Expand Up @@ -3749,7 +3749,7 @@ data:
logger:
logtostderr: "true"
alsologtostderr: "false"
v: "2"
v: "1"
stderrthreshold: ""
vmodule: ""
log_backtrace_at: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3372,7 +3372,7 @@ data:
# CH_PASSWORD_PLAIN=
# CH_CREDENTIALS_SECRET_NAMESPACE=
# CH_CREDENTIALS_SECRET_NAME=clickhouse-operator
# VERBOSITY=2
# VERBOSITY=1
################################################
##
Expand Down Expand Up @@ -3698,7 +3698,7 @@ data:
logger:
logtostderr: "true"
alsologtostderr: "false"
v: "2"
v: "1"
stderrthreshold: ""
vmodule: ""
log_backtrace_at: ""
Expand Down
4 changes: 2 additions & 2 deletions deploy/operator/clickhouse-operator-install-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3416,7 +3416,7 @@ data:
# CH_PASSWORD_PLAIN=
# CH_CREDENTIALS_SECRET_NAMESPACE=
# CH_CREDENTIALS_SECRET_NAME=clickhouse-operator
# VERBOSITY=2
# VERBOSITY=1
################################################
##
Expand Down Expand Up @@ -3742,7 +3742,7 @@ data:
logger:
logtostderr: "true"
alsologtostderr: "false"
v: "2"
v: "1"
stderrthreshold: ""
vmodule: ""
log_backtrace_at: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3372,7 +3372,7 @@ data:
# CH_PASSWORD_PLAIN=
# CH_CREDENTIALS_SECRET_NAMESPACE=
# CH_CREDENTIALS_SECRET_NAME=clickhouse-operator
# VERBOSITY=2
# VERBOSITY=1
################################################
##
Expand Down Expand Up @@ -3698,7 +3698,7 @@ data:
logger:
logtostderr: "true"
alsologtostderr: "false"
v: "2"
v: "1"
stderrthreshold: ""
vmodule: ""
log_backtrace_at: ""
Expand Down
4 changes: 2 additions & 2 deletions deploy/operator/clickhouse-operator-install-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3416,7 +3416,7 @@ data:
# CH_PASSWORD_PLAIN=
# CH_CREDENTIALS_SECRET_NAMESPACE=
# CH_CREDENTIALS_SECRET_NAME=clickhouse-operator
# VERBOSITY=2
# VERBOSITY=1
################################################
##
Expand Down Expand Up @@ -3742,7 +3742,7 @@ data:
logger:
logtostderr: "true"
alsologtostderr: "false"
v: "2"
v: "1"
stderrthreshold: ""
vmodule: ""
log_backtrace_at: ""
Expand Down
4 changes: 2 additions & 2 deletions deploy/operator/clickhouse-operator-install-tf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3423,7 +3423,7 @@ data:
# CH_PASSWORD_PLAIN=
# CH_CREDENTIALS_SECRET_NAMESPACE=
# CH_CREDENTIALS_SECRET_NAME=clickhouse-operator
# VERBOSITY=2
# VERBOSITY=1
################################################
##
Expand Down Expand Up @@ -3749,7 +3749,7 @@ data:
logger:
logtostderr: "true"
alsologtostderr: "false"
v: "2"
v: "1"
stderrthreshold: ""
vmodule: ""
log_backtrace_at: ""
Expand Down

0 comments on commit 6f783bf

Please sign in to comment.