Skip to content

Commit

Permalink
Add new yamls, remove old
Browse files Browse the repository at this point in the history
  • Loading branch information
silborynirmata committed Sep 8, 2020
1 parent b0e015d commit 98b7923
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 162 deletions.
162 changes: 0 additions & 162 deletions lots.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions password.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: v1
kind: Secret
metadata:
name: mysecret
type: Opaque
data:
username: YWRtaW4=
password: MWYyZDFlMmU2N2Rm
11 changes: 11 additions & 0 deletions pvc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: foo
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 5M

0 comments on commit 98b7923

Please sign in to comment.