Skip to content

Commit

Permalink
fixed wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe Gerla committed Sep 17, 2024
1 parent 82588f2 commit d2fcee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resources/nifi/secretconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func (r *Reconciler) getNifiPropertiesConfigString(nConfig *v1.NodeConfig, id in
}

if strings.Contains(config.NifiPropertiesTemplate, "user.oidc.client.secret") {
#read secret value
// read secret value
clientSecret := &corev1.EnvVarSource{
SecretKeyRef: &corev1.SecretKeySelector{
LocalObjectReference: corev1.LocalObjectReference{
Expand Down

0 comments on commit d2fcee2

Please sign in to comment.