Skip to content

Commit

Permalink
Fix exclusion annotation for hosted use case
Browse files Browse the repository at this point in the history
  • Loading branch information
csrwng committed Jan 10, 2020
1 parent de83d86 commit 07fc2ff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions manifests/05_deployment.yaml
@@ -1,8 +1,6 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
annotations:
exclude.release.openshift.io/internal-openshift-hosted: "true"
name: prometheus-k8s
namespace: openshift-cloud-credential-operator
rules:
Expand Down Expand Up @@ -178,6 +176,7 @@ kind: Deployment
metadata:
annotations:
config.openshift.io/inject-proxy: manager
exclude.release.openshift.io/internal-openshift-hosted: "true"
labels:
control-plane: controller-manager
controller-tools.k8s.io: "1.0"
Expand Down Expand Up @@ -256,6 +255,8 @@ kind: PrometheusRule
metadata:
name: cloud-credential-operator-alerts
namespace: openshift-cloud-credential-operator
annotations:
exclude.release.openshift.io/internal-openshift-hosted: "true"
spec:
groups:
- name: CloudCredentialOperator
Expand Down

0 comments on commit 07fc2ff

Please sign in to comment.