Skip to content

Commit c78b9c3

Browse files
garryoddaurer
authored andcommitted
Remove namespace manifest from vcluster deployment
1 parent 700f88e commit c78b9c3

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ helm install workflows-cluster charts/workflows-cluster
1313

1414
Secondly, deploy the workflows service in the virtual cluster:
1515
```sh
16-
vcluster connect workflows-cluster -- helm install workflows charts/workflows -n workflows
16+
vcluster connect workflows-cluster -- helm install workflows charts/workflows -n workflows --create-namespace
1717
```
1818

1919
## Deployment in developer mode
@@ -25,7 +25,7 @@ helm install workflows-cluster charts/workflows-cluster -f charts/workflows-clus
2525

2626
Secondly, deploy the workflows service in the virtual cluster using the developer manifest :
2727
```sh
28-
vcluster connect workflows-cluster -- helm install workflows charts/workflows -n workflows -f charts/workflows/dev-values.yaml
28+
vcluster connect workflows-cluster -- helm install workflows charts/workflows -n workflows -f charts/workflows/dev-values.yaml --create-namespace
2929
```
3030
Note that for getting the workflows-server to run inside the dev environment it is necessary to extract the argo-server-sso secret, delete the deployed sealed secret and then deploy a new sealed secret using ```kubectl create -f <SEALED-SECRET>``` inside the virtual cluster.
3131

charts/workflows-cluster/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: workflows-cluster
33
description: A virtual cluster for Data Analysis workflows
44
type: application
55

6-
version: 0.1.1
6+
version: 0.1.2
77

88
dependencies:
99
- name: vcluster

charts/workflows-cluster/values.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@ vcluster:
2424
to: argo-workflows-server
2525
experimental:
2626
deploy:
27-
manifests: |-
28-
apiVersion: v1
29-
kind: Namespace
30-
metadata:
31-
name: workflows
32-
labels:
33-
name: workflows
3427
helm:
3528
- chart:
3629
name: sealed-secrets

0 commit comments

Comments
 (0)