Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Commit e8e0d9a

Browse files
Adding Latest Bucket Version and Proper API Version
**Why:** * Original manifest couldn't list services, secrets and configmaps Signed-off-by: Christopher Hein <[email protected]>
1 parent 1b816a2 commit e8e0d9a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

configs/aws-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ items:
1212
name: aws-operator
1313
rules:
1414
- apiGroups:
15-
- v1
15+
- ""
1616
resources:
1717
- secrets
1818
- pods

examples/s3bucket.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: operator.aws/v1alpha1
22
kind: S3Bucket
33
metadata:
4-
name: chrishein-test-bucket-109
4+
name: chrishein-test-bucket-112
55
spec:
6-
versioning: false
6+
versioning: true
77
logging:
8-
enabled: false
8+
enabled: true
99
prefix: "archive"

0 commit comments

Comments
 (0)