Skip to content

Commit

Permalink
fixed indentation in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rchakode authored Mar 12, 2024
1 parent a30d22c commit 56eac57
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions manifests/kustomize/resources/kube-opex-analytics-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ metadata:
apiVersion: v1
kind: Secret
metadata:
name: kube-opex-analytics
namespace: kube-opex-analytics
annotations:
kubernetes.io/service-account.name: "kube-opex-analytics"
name: kube-opex-analytics
namespace: kube-opex-analytics
annotations:
kubernetes.io/service-account.name: "kube-opex-analytics"
type: kubernetes.io/service-account-token
---
apiVersion: rbac.authorization.k8s.io/v1
Expand Down Expand Up @@ -62,4 +62,4 @@ roleRef:
subjects:
- kind: ServiceAccount
name: kube-opex-analytics
namespace: kube-opex-analytics
namespace: kube-opex-analytics

0 comments on commit 56eac57

Please sign in to comment.