diff --git a/config/README.md b/config-sample/README.md similarity index 100% rename from config/README.md rename to config-sample/README.md diff --git a/config/context-data.json b/config-sample/context-data.json similarity index 100% rename from config/context-data.json rename to config-sample/context-data.json diff --git a/config/index.js b/config-sample/index.js similarity index 100% rename from config/index.js rename to config-sample/index.js diff --git a/config/package.json b/config-sample/package.json similarity index 100% rename from config/package.json rename to config-sample/package.json diff --git a/config/pricing-rules.json b/config-sample/pricing-rules.json similarity index 100% rename from config/pricing-rules.json rename to config-sample/pricing-rules.json diff --git a/config/queries.graphql b/config-sample/queries.graphql similarity index 100% rename from config/queries.graphql rename to config-sample/queries.graphql diff --git a/deployment/kafka-metric-scrapper/dev/kustomization.yaml b/deployment/kafka-metric-scrapper/dev/kustomization.yaml index 2e0d160..1cd6013 100644 --- a/deployment/kafka-metric-scrapper/dev/kustomization.yaml +++ b/deployment/kafka-metric-scrapper/dev/kustomization.yaml @@ -4,6 +4,9 @@ resources: namespace: kafka-cost-control-mgb-qual +generatorOptions: + disableNameSuffixHash: true + secretGenerator: - name: telegraf-secret envs: diff --git a/docs/manual/src/config_samples.adoc b/docs/manual/src/config_samples.adoc index 45300d1..e89b2cd 100644 --- a/docs/manual/src/config_samples.adoc +++ b/docs/manual/src/config_samples.adoc @@ -1,6 +1,6 @@ === Config samples -If you want to quickly get started, you can create pricing rules and context data using the link:https://github.com/spoud/kafka-cost-control/tree/master/config[config sample folder]. All you need is node JS 20+. +If you want to quickly get started, you can create pricing rules and context data using the link:https://github.com/spoud/kafka-cost-control/tree/master/config-sample[config sample folder]. All you need is node JS 20+. Be sure to edit the files `pricing-rules.json` and `context-data.json` to match your environment.