We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 662e0a0 + 7db2b4a commit ea001a9Copy full SHA for ea001a9
2 files changed
ztp/gitops-subscriptions/argocd/example/policygentemplates/group-du-sno-ranGen.yaml
@@ -11,6 +11,8 @@ spec:
11
group-du-sno: ""
12
mcp: "master"
13
sourceFiles:
14
+ - fileName: DisableOLMPprof.yaml
15
+ policyName: "config-policy"
16
# Set ClusterLogForwarder & ClusterLogging as example might be better to create another policyTemp-Group
17
- fileName: ClusterLogForwarder.yaml
18
policyName: "config-policy"
ztp/source-crs/DisableOLMPprof.yaml
@@ -0,0 +1,10 @@
1
+apiVersion: v1
2
+kind: ConfigMap
3
+metadata:
4
+ name: collect-profiles-config
5
+ namespace: openshift-operator-lifecycle-manager
6
+ annotations:
7
+ ran.openshift.io/ztp-deploy-wave: "10"
8
+data:
9
+ pprof-config.yaml: |
10
+ disabled: True
0 commit comments