We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c256ca0 commit 1614820Copy full SHA for 1614820
pkg/cmd/mom/output_resources_command.go
@@ -29,6 +29,7 @@ func runOutputResources(ctx context.Context) (*libraryoutputresources.OutputReso
29
30
libraryoutputresources.ExactConfigMap("openshift-authentication", "audit"),
31
libraryoutputresources.ExactConfigMap("openshift-authentication", "v4-0-config-system-trusted-ca-bundle"),
32
+ libraryoutputresources.ExactConfigMap("openshift-authentication", "v4-0-config-system-cliconfig"),
33
libraryoutputresources.ExactDeployment("openshift-authentication", "oauth-openshift"),
34
libraryoutputresources.ExactSecret("openshift-authentication", "v4-0-config-system-session"),
35
libraryoutputresources.ExactSecret("openshift-authentication", "v4-0-config-system-ocp-branding-template"),
0 commit comments