Skip to content

Commit

Permalink
snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
akafazov committed Oct 17, 2024
1 parent ec3eef2 commit 599b3a8
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ operator match the snapshot:
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: RELEASE-NAME-account-operator
name: RELEASE-NAME-account-operator-new
rules:
- apiGroups:
- core.openmfp.io
Expand Down Expand Up @@ -59,41 +59,41 @@ operator match the snapshot:
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: RELEASE-NAME-account-operator
name: RELEASE-NAME-account-operator-new
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: RELEASE-NAME-account-operator
name: RELEASE-NAME-account-operator-new
subjects:
- kind: ServiceAccount
name: RELEASE-NAME-account-operator
name: RELEASE-NAME-account-operator-new
namespace: NAMESPACE
3: |
apiVersion: apps/v1
kind: Deployment
metadata:
name: RELEASE-NAME-account-operator
name: RELEASE-NAME-account-operator-new
namespace: NAMESPACE
spec:
revisionHistoryLimit: 3
selector:
matchLabels:
service: RELEASE-NAME-account-operator
service: RELEASE-NAME-account-operator-new
template:
metadata:
annotations:
sidecar.istio.io/inject: "false"
labels:
control-plane: controller-manager
service: RELEASE-NAME-account-operator
service: RELEASE-NAME-account-operator-new
spec:
containers:
- args:
- operator
- --leader-elect
- --log-level=
- --health-probe-bind-address=:8081
image: ghcr.io/openmfp/account-operator:0.0.0
image: ghcr.io/openmfp/account-operator-new:0.0.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -123,13 +123,13 @@ operator match the snapshot:
memory: 128Mi
securityContext:
runAsNonRoot: true
serviceAccountName: RELEASE-NAME-account-operator
serviceAccountName: RELEASE-NAME-account-operator-new
terminationGracePeriodSeconds: 10
4: |
apiVersion: v1
imagePullSecrets:
- name: github
kind: ServiceAccount
metadata:
name: RELEASE-NAME-account-operator
name: RELEASE-NAME-account-operator-new
namespace: NAMESPACE

0 comments on commit 599b3a8

Please sign in to comment.