Skip to content

Commit

Permalink
bsunter
Browse files Browse the repository at this point in the history
  • Loading branch information
briansunter committed Jun 16, 2024
1 parent 58add89 commit b46618b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ spec:
[
"--dockerfile=Dockerfile",
"--context=git://github.com/briansunter/graph.git#refs/heads/kube",
"--destination=harbor-registry:5000/graph/site:latest",
"--insecure",
"--destination=harbor.bsunter.net/graph/site:latest",
]
volumeMounts:
- name: kaniko-secret
Expand All @@ -28,5 +27,3 @@ spec:
items:
- key: .dockerconfigjson
path: config.json
imagePullSecrets:
- name: kaniko-secret

0 comments on commit b46618b

Please sign in to comment.