Skip to content

Commit

Permalink
Use cloudposse fluentd chart (#173)
Browse files Browse the repository at this point in the history
Switch to cloudposse's fluentd chart
  • Loading branch information
goruha authored and osterman committed Jul 5, 2018
1 parent ec14caf commit cc3d0b7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rootfs/conf/kops/helmfile.d/0510.fluentd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ helmDefaults:
- "--reset-values"

repositories:
# Incubator repo of official helm charts
- name: "incubator"
url: "https://kubernetes-charts-incubator.storage.googleapis.com"
# Cloud Posse incubator repo of helm charts
- name: "cloudposse-incubator"
url: "https://charts.cloudposse.com/incubator/"

releases:

Expand All @@ -28,11 +28,11 @@ releases:
- name: "logs"
namespace: "kube-system"
labels:
chart: "fluentd"
chart: "fluentd-kubernetes"
component: "datadog"
namespace: "kube-system"
default: "false"
chart: "incubator/fluentd"
chart: "cloudposse-incubator/fluentd-kubernetes"
version: "0.2.0"
set:
- name: "image.repository"
Expand Down

0 comments on commit cc3d0b7

Please sign in to comment.