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
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
|
|
@ -27,7 +35,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
destination:
|
destination:
|
||||||
namespace: rollouts
|
namespace: argo-rollouts
|
||||||
server: 'https://kubernetes.default.svc'
|
server: 'https://kubernetes.default.svc'
|
||||||
source:
|
source:
|
||||||
path: rollouts-app
|
path: rollouts-app
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue