Skip to content
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.

Commit

Permalink
Create namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
james-callahan committed Apr 30, 2020
1 parent 443414d commit 55460e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions example-book/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- namespace.yaml
- github.com/argoproj/argocd-example-apps/kustomize-guestbook/?ref=6bed858de32a0e876ec49dad1a2e3c5840d3fb07
2 changes: 2 additions & 0 deletions example-book/namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
apiVersion: v1
kind: Namespace

0 comments on commit 55460e8

Please sign in to comment.