Skip to content

Commit

Permalink
update workspace snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
apesternikov committed Apr 24, 2024
1 parent c33313f commit 9419e05
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/workspace_snippet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,22 @@ http_archive(
strip_prefix = "${PREFIX}",
urls = ["https://github.com/fasterci/rules_gitops/releases/download/${TAG}/${ARCHIVE}"],
)
load("@rules_gitops//gitops:deps.bzl", "rules_gitops_dependencies")
rules_gitops_dependencies()
load("@rules_gitops//gitops:repositories.bzl", "rules_gitops_repositories")
rules_gitops_repositories()
load("@rules_gitops//skylib:k8s.bzl", "kubeconfig")
kubeconfig(
name = "k8s_dev_test",
cluster = "it_kubernetes_cluster_name",
use_host_config = True,
)
\`\`\`
EOF

0 comments on commit 9419e05

Please sign in to comment.