Skip to content

Commit 20fc943

Browse files
committed
add file I forgot to save
1 parent 8987887 commit 20fc943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/platform-service-dns/app/print.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func (o *RunOptions) PrintRawOptions(cmd *cobra.Command) {
6666

6767
func (o *RunOptions) PrintCompleted(cmd *cobra.Command) {
6868
raw := map[string]any{
69-
"accessRequestServiceAccountNamespace": o.AccessRequestServiceAccountNamespace,
69+
// TODO add options or remove
7070
}
7171
data, err := yaml.Marshal(raw)
7272
if err != nil {

0 commit comments

Comments
 (0)