Skip to content

Commit ae3c3f6

Browse files
authored
Add argo Namespace (#1142)
1 parent fa0c46d commit ae3c3f6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

sakura-argo/components/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ namespace: argo
22

33
resources:
44
- ../../argo/components
5+
- namespace.yaml
56

67
patches:
78
- path: certificate-patch.yaml
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
kind: Namespace
2+
apiVersion: v1
3+
metadata:
4+
name: argo

0 commit comments

Comments
 (0)