Skip to content

Commit

Permalink
chore: remove cert-manager installation from Tiltfile
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrizio Sestito <fabrizio.sestito@suse.com>
  • Loading branch information
fabriziosestito committed Jul 29, 2024
1 parent 4cd51aa commit dd5fc7a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ kubectl_cmd = "kubectl"
if str(local("command -v " + kubectl_cmd + " || true", quiet = True)) == "":
fail("Required command '" + kubectl_cmd + "' not found in PATH")

# Install cert manager
load('ext://cert_manager', 'deploy_cert_manager')
deploy_cert_manager()

# Create the kubewarden namespace
# This is required since the helm() function doesn't support the create_namespace flag
load('ext://namespace', 'namespace_create')
Expand Down

0 comments on commit dd5fc7a

Please sign in to comment.