Skip to content

Commit

Permalink
Fix wrong idents
Browse files Browse the repository at this point in the history
  • Loading branch information
thehejik committed Feb 11, 2021
1 parent 2f122d4 commit 71f0309
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions adoc/admin-ses-integration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ ceph auth get-or-create-key client.myPoolUser mon "allow r" osd "allow class-rea
apiVersion: v1
kind: Secret
metadata:
name: ceph-user
namespace: default
name: ceph-user
namespace: default
type: kubernetes.io/rbd
data:
key: QVFESE1rbGRBQUFBQUJBQWxnSmpZalBEeGlXYS9Qb1Jreplace== // <1>
Expand Down Expand Up @@ -147,8 +147,8 @@ ceph auth get-or-create-key client.myPoolUser mon "allow r" osd "allow class-rea
apiVersion: v1
kind: Secret
metadata:
name: ceph-user
namespace: default
name: ceph-user
namespace: default
type: kubernetes.io/rbd
data:
key: QVFESE1rbGRBQUFBQUJBQWxnSmpZalBEeGlXYS9Qb1Jreplace== // <1>
Expand Down

0 comments on commit 71f0309

Please sign in to comment.