Skip to content

Commit

Permalink
solving duplicated base issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz.widera@vshn.ch committed Nov 14, 2023
1 parent 53cc74e commit 78075db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/component/common.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ local generatePrometheusNonSLORules(serviceName, memoryContainerName, additional
// standardized lowercase regardless of what came as input
local serviceNameLower = std.asciiLower(serviceName),
local toReplace = 'vshn-replacemeplease',
name: "prometheusrule",
name: 'prometheusrule',
base: {

apiVersion: 'kubernetes.crossplane.io/v1alpha1',
Expand Down

0 comments on commit 78075db

Please sign in to comment.