Skip to content

Commit

Permalink
Revert "Use cloudposse fluentd chart (#173)"
Browse files Browse the repository at this point in the history
This reverts commit cc3d0b7.
  • Loading branch information
osterman authored Jul 10, 2018
1 parent 5fbbad3 commit 780f3fe
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:
# Cloud Posse incubator repo of helm charts
- name: "cloudposse-incubator"
url: "https://charts.cloudposse.com/incubator/"
# Incubator repo of official helm charts
- name: "incubator"
url: "https://kubernetes-charts-incubator.storage.googleapis.com"

releases:

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

0 comments on commit 780f3fe

Please sign in to comment.