Skip to content

Commit

Permalink
fix(kuma-cp) change the config to kuma-cp.conf.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Nikolaev <[email protected]>
  • Loading branch information
Nikolay Nikolaev committed May 4, 2020
1 parent 51e7371 commit 06e7c5a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ data:
config.yaml: |
# use this file to override default configuration of `kuma-cp`
#
# see conf/kuma-cp.conf for available settings
# see conf/kuma-cp.conf.yml for available settings
---
kind: ConfigMap
apiVersion: v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ data:
config.yaml: |
# use this file to override default configuration of `kuma-cp`
#
# see conf/kuma-cp.conf for available settings
# see conf/kuma-cp.conf.yml for available settings
---
apiVersion: v1
kind: ServiceAccount
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ data:
config.yaml: |
# use this file to override default configuration of `kuma-cp`
#
# see conf/kuma-cp.conf for available settings
# see conf/kuma-cp.conf.yml for available settings
---
apiVersion: v1
kind: ServiceAccount
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ data:
config.yaml: |
# use this file to override default configuration of `kuma-cp`
#
# see conf/kuma-cp.conf for available settings
# see conf/kuma-cp.conf.yml for available settings
---
apiVersion: apps/v1
kind: Deployment
Expand Down
2 changes: 1 addition & 1 deletion tools/releases/distros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function create_tarball {
cp -p build/artifacts-$system-$arch/kuma-dp/kuma-dp $kuma_dir/bin
cp -p build/artifacts-$system-$arch/kumactl/kumactl $kuma_dir/bin
cp -p build/artifacts-$system-$arch/kuma-prometheus-sd/kuma-prometheus-sd $kuma_dir/bin
cp -p pkg/config/app/kuma-cp/kuma-cp.defaults.yaml $kuma_dir/conf/kuma-cp.conf
cp -p pkg/config/app/kuma-cp/kuma-cp.defaults.yaml $kuma_dir/conf/kuma-cp.conf.yml

cp tools/releases/templates/* $kuma_dir

Expand Down
2 changes: 1 addition & 1 deletion tools/releases/templates/README
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This folder contains your download of Kuma:
│ ├── kuma-prometheus-sd
│ └── kumactl
└── conf
└── kuma-cp.conf
└── kuma-cp.conf.yml

===============================================================================

Expand Down

0 comments on commit 06e7c5a

Please sign in to comment.