Skip to content

Commit

Permalink
chore: create namespace
Browse files Browse the repository at this point in the history
Signed-off-by: Guilhem Barthés <[email protected]>
  • Loading branch information
guilhem-barthes committed Apr 16, 2024
1 parent 35249f3 commit 136a748
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/ns-harbor.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: v1
kind: Namespace
metadata:
name: harbor
labels:
name: harbor
3 changes: 3 additions & 0 deletions examples/secrets/skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ profiles:
value: "./secret-harbor-dockerconfig.yaml"
- name: org-2-harbor
patches:
- op: add
path: /deploy/kubectl/manifests/-
value: "../ns-harbor.yaml"
- op: add
path: /deploy/kubectl/manifests/-
value: "./secret-harbor-dockerconfig.yaml"
Expand Down

0 comments on commit 136a748

Please sign in to comment.