add the namespace
This commit is contained in:
parent
3e1ad054d2
commit
1567ebfce4
1 changed files with 9 additions and 1 deletions
|
|
@ -19,6 +19,14 @@ spec:
|
|||
|
||||
---
|
||||
|
||||
# create argo-rollouts namespace
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: argo-rollouts
|
||||
|
||||
---
|
||||
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
|
|
@ -27,7 +35,7 @@ metadata:
|
|||
spec:
|
||||
project: default
|
||||
destination:
|
||||
namespace: rollouts
|
||||
namespace: argo-rollouts
|
||||
server: 'https://kubernetes.default.svc'
|
||||
source:
|
||||
path: rollouts-app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue