Skip to content

Commit

Permalink
add default namespaces for pipelines (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Way authored Feb 24, 2021
1 parent 14d7dae commit 6765ee6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipelines/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ resources:
- armory-jenkins.yaml
- armory-github.yaml
- armory-slack.yaml
- bootstrap.yaml
- namespaces.yaml
#patchesStrategicMerge:
# - patch.yaml
#namespace: spinnaker # Note: you should change this value if you are _not_ deploying into the `spinnaker` namespace.
14 changes: 14 additions & 0 deletions pipelines/namespaces.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: v1
kind: Namespace
metadata:
name: dev
---
apiVersion: v1
kind: Namespace
metadata:
name: stage
---
apiVersion: v1
kind: Namespace
metadata:
name: prod

0 comments on commit 6765ee6

Please sign in to comment.