jsonnet: run fmt

This commit is contained in:
paulfantom
2021-11-01 20:07:04 +01:00
parent 6f65cfaac7
commit 25d8bb00dc
4 changed files with 4 additions and 4 deletions

View File

@@ -214,7 +214,7 @@ function(params) {
spec: {
replicas: bb._config.replicas,
selector: {
matchLabels: bb._config.selectorLabels
matchLabels: bb._config.selectorLabels,
},
template: {
metadata: {

View File

@@ -144,7 +144,7 @@ function(params) (import 'github.com/kubernetes/kube-state-metrics/jsonnet/kube-
spec: {
jobLabel: 'app.kubernetes.io/name',
selector: {
matchLabels: ksm._config.selectorLabels
matchLabels: ksm._config.selectorLabels,
},
endpoints: [
{

View File

@@ -210,7 +210,7 @@ function(params) {
metadata: ne._metadata,
spec: {
selector: {
matchLabels: ne._config.selectorLabels
matchLabels: ne._config.selectorLabels,
},
updateStrategy: {
type: 'RollingUpdate',

View File

@@ -233,7 +233,7 @@ function(params) {
spec: {
replicas: pa._config.replicas,
selector: {
matchLabels: pa._config.selectorLabels
matchLabels: pa._config.selectorLabels,
},
strategy: {
rollingUpdate: {