Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gotwarlost committed Dec 29, 2021
1 parent 5b7f7f0 commit d0407db
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 18 deletions.
16 changes: 8 additions & 8 deletions examples/helm3/components/apache/datasource.libsonnet
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
objects: import 'data://helm/apache?config-from=apache-config',
config: {
options: {
repo: 'https://charts.bitnami.com/bitnami',
},
values: {
}
}
objects: import 'data://helm/apache?config-from=apache-config',
config: {
options: {
repo: 'https://charts.bitnami.com/bitnami',
},
values: {
},
},
}
10 changes: 5 additions & 5 deletions examples/helm3/components/victoria-metrics/datasource.libsonnet
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
objects: import 'data://helm/github.com/VictoriaMetrics/helm-charts/raw/347d4558d9c25cd341718bf5a2ee167da042c080/packages/victoria-metrics-cluster-0.9.6.tgz?config-from=victoria-config',
config: {
options: {},
values: {}
}
objects: import 'data://helm/github.com/VictoriaMetrics/helm-charts/raw/347d4558d9c25cd341718bf5a2ee167da042c080/packages/victoria-metrics-cluster-0.9.6.tgz?config-from=victoria-config',
config: {
options: {},
values: {},
},
}
1 change: 0 additions & 1 deletion examples/helm3/environments/base.libsonnet
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

// this file has the baseline default parameters
{
components: {
Expand Down
5 changes: 2 additions & 3 deletions examples/helm3/environments/default.libsonnet
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@

// this file has the param overrides for the default environment
local base = import './base.libsonnet';

base {
components +: {
}
components+: {
},
}
1 change: 0 additions & 1 deletion examples/helm3/params.libsonnet
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

// this file returns the params for the current qbec environment
local env = std.extVar('qbec.io/env');
local paramsMap = import 'glob-import:environments/*.libsonnet';
Expand Down

0 comments on commit d0407db

Please sign in to comment.