Skip to content

Commit

Permalink
Create the storage system secret earlier with default value (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbibby authored Mar 26, 2021
1 parent 073b9d8 commit c801e49
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ subjects:
name: system:serviceaccounts:karavi
apiGroup: rbac.authorization.k8s.io
---
apiVersion: v1
kind: Secret
metadata:
name: karavi-storage-secret
namespace: karavi
data:
storage-systems.yaml: c3RvcmFnZToK
---
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down Expand Up @@ -282,11 +290,4 @@ spec:
- protocol: TCP
port: 8081
targetPort: 8081
---
apiVersion: v1
kind: Secret
metadata:
name: karavi-storage-secret
namespace: karavi
data:
storage-systems.yaml:

0 comments on commit c801e49

Please sign in to comment.