Skip to content

Commit

Permalink
fix: secrets
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 May 20, 2024
1 parent 8015f7b commit 6506778
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
15 changes: 0 additions & 15 deletions examples/secrets/skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,3 @@ profiles:
- op: add
path: /deploy/kubectl/manifests/-
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"
- op: add
path: /deploy/kubectl/manifests/-
value: "./secret-harbor-tls.yaml"
- op: add
path: /deploy/kubectl/manifests/-
value: "../values/coredns-custom-harbor.yaml"

1 change: 1 addition & 0 deletions skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: skaffold/v4beta2
kind: Config

requires:
- path: examples/secrets/skaffold.yaml
- path: examples/values/serviceAccounts/skaffold.yaml

build:
Expand Down

0 comments on commit 6506778

Please sign in to comment.