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 Jan 3, 2023
1 parent f631980 commit 74b99ad
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions contrib/kcp.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -53,28 +53,25 @@
"program": "${workspaceFolder:kcp}/cmd/syncer",
"env": {
"GOMOD": "${workspaceFolder:kcp}/go.mod",
"NAMESPACE": "<TO BE DEFINED>",
"NAMESPACE": "kcp-syncer-west-2kzniztv",
},
"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>",
"b735bbaf-8a81-4a09-8c88-0e6bc217c9aa",
"--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",
"--resources=endpoints",
],
},
{
Expand Down

0 comments on commit 74b99ad

Please sign in to comment.