Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
chore(namespace): add a Namespace to external-secrets.yml (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
silasbw authored Feb 12, 2019
1 parent 7d6d474 commit e9c4392
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions external-secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ rules:
verbs: ["*"]
---
apiVersion: v1
kind: Namespace
metadata:
name: kubernetes-external-secrets
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: kubernetes-external-secrets-service-account
Expand Down

0 comments on commit e9c4392

Please sign in to comment.