Skip to content

Commit

Permalink
#30: Generated rolebinding YAML is malformed
Browse files Browse the repository at this point in the history
  • Loading branch information
jefflill committed Apr 28, 2024
1 parent 3c02ab9 commit c699938
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ public void Execute(GeneratorExecutionContext context)
var sbYaml = new StringBuilder();

sbYaml.AppendLine(Constants.AutoGeneratedYamlHeader);
sbYaml.AppendLine(KubernetesYaml.Serialize(KubernetesYaml.Serialize(KubernetesYaml.Serialize(rb))));
sbYaml.AppendLine(KubernetesYaml.Serialize(rb));

var rbNameString = new StringBuilder();

Expand Down

0 comments on commit c699938

Please sign in to comment.