Skip to content

Commit

Permalink
fix 1663113. Add component image ENV vars to cluster-logging-operator
Browse files Browse the repository at this point in the history
  • Loading branch information
jcantrill committed Jan 3, 2019
1 parent 73bc1d5 commit c0367bf
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,18 @@ spec:
fieldPath: metadata.namespace
- name: OPERATOR_NAME
value: "cluster-logging-operator"
- name: ELASTICSEARCH_IMAGE
value: "docker.io/openshift/origin-logging-elasticsearch5:latest"
- name: FLUENTD_IMAGE
value: "docker.io/openshift/origin-logging-fluentd:latest"
- name: KIBANA_IMAGE
value: "docker.io/openshift/origin-logging-kibana5:latest"
- name: CURATOR_IMAGE
value: "docker.io/openshift/origin-logging-curator5:latest"
- name: OAUTH_PROXY_IMAGE
value: "docker.io/openshift/oauth-proxy:latest"
- name: RSYSLOG_IMAGE
value: "docker.io/viaq/rsyslog:latest"
- name: elasticsearch-operator
spec:
replicas: 1
Expand Down

0 comments on commit c0367bf

Please sign in to comment.