Skip to content

Commit

Permalink
Revert wrong changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Sep 24, 2024
1 parent f95b024 commit a28005e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: "hivemq-operator-operator"
name: "hivemq-operator"
namespace: hivemq
labels:
app: hivemq-operator
Expand Down
8 changes: 4 additions & 4 deletions manifests/hivemq-operator/operator/operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: hivemq-operator-operator
name: hivemq-operator
namespace: hivemq
labels:
app: hivemq-operator
Expand Down Expand Up @@ -34,7 +34,7 @@ spec:
- name: MICRONAUT_SSL_ENABLED
value: "false"
- name: SSL_FQDN
value: "hivemq-operator-operator.hivemq.svc"
value: "hivemq-operator.hivemq.svc"
resources:
limits:
cpu: 800m
Expand All @@ -53,8 +53,8 @@ spec:
containerPort: 8443
protocol: TCP
restartPolicy: Always
serviceAccountName: "hivemq-operator-operator"
serviceAccountName: "hivemq-operator"
volumes:
- name: templates
configMap:
name: "hivemq-operator-operator-templates"
name: "hivemq-operator-templates"
6 changes: 3 additions & 3 deletions manifests/hivemq-operator/operator/operator-rolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: "hivemq-operator-operator-binding"
name: "hivemq-operator-binding"
labels:
app: hivemq-operator
roleRef:
name: "hivemq-operator-operator"
name: "hivemq-operator"
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
subjects:
- name: "hivemq-operator-operator"
- name: "hivemq-operator"
namespace: hivemq
kind: ServiceAccount
2 changes: 1 addition & 1 deletion manifests/hivemq-operator/operator/operator-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
kind: Service
apiVersion: v1
metadata:
name: hivemq-operator-operator
name: hivemq-operator
namespace: hivemq
labels:
app: hivemq-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: "hivemq-operator-operator"
name: "hivemq-operator"
namespace: hivemq
labels:
app: hivemq-operator
2 changes: 1 addition & 1 deletion manifests/hivemq-operator/operator/operator-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1257,5 +1257,5 @@ data:
hivemq-cluster: {{ spec.name }}
kind: ConfigMap
metadata:
name: "hivemq-operator-operator-templates"
name: "hivemq-operator-templates"
namespace: hivemq

0 comments on commit a28005e

Please sign in to comment.