Skip to content

Commit

Permalink
fixed a type
Browse files Browse the repository at this point in the history
  • Loading branch information
Divyansh-db committed Jul 26, 2024
1 parent 84c2adc commit 21c9cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/importables.go
Original file line number Diff line number Diff line change
Expand Up @@ -2028,7 +2028,7 @@ var resourcesMap map[string]importable = map[string]importable{
}
// ic.emitInitScriptsLegacy(cluster.InitScripts)
ic.emitInitScripts(cluster.InitScripts)
ic.emitSecretsFromSecretsPathMao(cluster.SparkConf)
ic.emitSecretsFromSecretsPathMap(cluster.SparkConf)
ic.emitSecretsFromSecretsPathMap(cluster.SparkEnvVars)
}
ic.emitFilesFromMap(pipeline.Configuration)
Expand Down

0 comments on commit 21c9cae

Please sign in to comment.