[operator] Update ClusterServiceVersion to add missing configurations (#5467)

pull/5512/head
Sashank Agarwal 4 years ago committed by GitHub
parent c6d783cc33
commit 0dedb381ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      operator/bundle/manifests/loki-operator.clusterserviceversion.yaml
  2. 2
      operator/config/manager/manager.yaml
  3. 1
      operator/config/manifests/bases/loki-operator.clusterserviceversion.yaml

@ -653,6 +653,8 @@ spec:
volumeMounts:
- mountPath: /var/run/secrets/serving-cert
name: loki-operator-metrics-cert
nodeSelector:
kubernetes.io/os: linux
terminationGracePeriodSeconds: 10
volumes:
- name: loki-operator-metrics-cert
@ -704,6 +706,7 @@ spec:
- email: loki-operator-team@googlegroups.com
name: Grafana Loki SIG Operator
maturity: alpha
minKubeVersion: 1.21.1
provider:
name: Grafana.com
version: 0.0.1

@ -35,4 +35,6 @@ spec:
port: 8081
initialDelaySeconds: 5
periodSeconds: 10
nodeSelector:
kubernetes.io/os: linux
terminationGracePeriodSeconds: 10

@ -439,6 +439,7 @@ spec:
- email: loki-operator-team@googlegroups.com
name: Grafana Loki SIG Operator
maturity: alpha
minKubeVersion: 1.21.1
provider:
name: Grafana.com
version: 0.0.0

Loading…
Cancel
Save