Skip to content

Commit

Permalink
fix: provide default value for secretName
Browse files Browse the repository at this point in the history
  • Loading branch information
Duologic committed Oct 21, 2024
1 parent 4ef9c69 commit 2cd6f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafanaplane/main.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ local raw = import './raw.libsonnet';
cloud: {
local this = self,
stack: {
new(name, namespace, secretName, cloudProviderConfigName): {
new(name, namespace, cloudProviderConfigName, secretName=name + '-providerConfigToken'): {
stack:
raw.cloud.v1alpha1.stack.new(name)
+ raw.cloud.v1alpha1.stack.spec.parameters.providerConfigRef.withName(cloudProviderConfigName)
Expand Down

0 comments on commit 2cd6f83

Please sign in to comment.