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

Commit

Permalink
Adding Latest Bucket Version and Proper API Version
Browse files Browse the repository at this point in the history
**Why:**

* Original manifest couldn't list services, secrets and configmaps

Signed-off-by: Christopher Hein <me@christopherhein.com>
  • Loading branch information
christopherhein committed Aug 25, 2018
1 parent 1b816a2 commit e8e0d9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configs/aws-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ items:
name: aws-operator
rules:
- apiGroups:
- v1
- ""
resources:
- secrets
- pods
Expand Down
6 changes: 3 additions & 3 deletions examples/s3bucket.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: operator.aws/v1alpha1
kind: S3Bucket
metadata:
name: chrishein-test-bucket-109
name: chrishein-test-bucket-112
spec:
versioning: false
versioning: true
logging:
enabled: false
enabled: true
prefix: "archive"

0 comments on commit e8e0d9a

Please sign in to comment.