Skip to content

Commit

Permalink
Filter dryrun errors for senstive data.
Browse files Browse the repository at this point in the history
  • Loading branch information
michalschott committed Sep 8, 2021
1 parent cb93667 commit 5e033ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/kustomization_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ func (r *KustomizationReconciler) reconcile(
source.GetArtifact().Revision,
kustomizev1.ValidationFailedReason,
err.Error(),
), err
), stripSensitiveData(err)
}

// apply
Expand Down

0 comments on commit 5e033ba

Please sign in to comment.