Skip to content

Commit

Permalink
some updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
vallard committed Feb 5, 2020
1 parent 4f0e8a1 commit e7c80b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
## Using Amazon Elastic Kubernetes Service
Materials Created by me, [@vallard](https://twitter.com/vallard)

### ⚠️ THIS IS A WORK IN PROGRESS AND WILL BE COMPLETE BY FEB 25, 2020. ⚠️

✅ Most of the materials are not yet uploaded but will be soon!


## Contents

Expand Down
10 changes: 1 addition & 9 deletions networking/cert-manager/cert-manager.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: cert-manager
labels:
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/part-of: ingress-nginx

---
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
Expand Down Expand Up @@ -5433,11 +5430,6 @@ spec:
storage: true
---
---
apiVersion: v1
kind: Namespace
metadata:
name: cert-manager
---
# Source: cert-manager/templates/cainjector-serviceaccount.yaml
apiVersion: v1
kind: ServiceAccount
Expand Down

0 comments on commit e7c80b3

Please sign in to comment.