Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
Signed-off-by: David Festal <dfestal@redhat.com>
  • Loading branch information
davidfestal committed Dec 14, 2022
1 parent 2ff7e45 commit 3aac818
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions contrib/kcp.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -53,28 +53,24 @@
"program": "${workspaceFolder:kcp}/cmd/syncer",
"env": {
"GOMOD": "${workspaceFolder:kcp}/go.mod",
"NAMESPACE": "<TO BE DEFINED>",
"NAMESPACE": "kcp-syncer-west-2z45f7q4",
},
"cwd": "${workspaceFolder:kcp}",
"args": [
"--dns",
"localhost",
"--dns-image",
"ghcr.io/kcp-dev/kcp/syncer:main",
"--sync-target-name",
"us-west1",
"west",
"--sync-target-uid",
"<TO BE DEFINED>",
"c71f7757-bced-4789-906b-62260e5fc020",
"--from-kubeconfig",
"${workspaceFolder:kcp}/.kcp/admin.kubeconfig",
"--from-context",
"system:admin",
"--from-cluster",
"root:org:negotiation",
"root:org:synctargets",
"--to-kubeconfig",
"${workspaceFolder:kcp}/contrib/demos-unmaintained/demo/clusters/kind/us-west1.kubeconfig",
"--resources",
"deployments.apps",
"--resources",
"services",
],
},
{
Expand Down

0 comments on commit 3aac818

Please sign in to comment.