Skip to content

Commit

Permalink
remove changes [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaStakater committed Sep 26, 2023
1 parent 43fc916 commit fd3fb55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tiltfile-delete
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ include('Tiltfile')

def delete_grafana_operator():
print('Deleting grafana operator')
local('helm uninstall grafana-operator -n grafana-operator || true')
local('helm uninstall grafana-operator -n grafana-operator')

def delete_external_secrets_operator():
print('Deleting external-secrets operator')
local('helm uninstall external-secrets-operator -n external-secrets-operator || true')
local('helm uninstall external-secrets-operator -n external-secrets-operator')

def delete_openshift_vertical_pod_autoscaler():
print('Uninstalling openshift-vertical-pod-autoscaler')
local('helm uninstall openshift-vertical-pod-autoscaler -n openshift-vertical-pod-autoscaler || true')
local('helm uninstall openshift-vertical-pod-autoscaler -n openshift-vertical-pod-autoscaler')

def delete_imc_crds():
print('Deleting imc crds')
Expand Down

0 comments on commit fd3fb55

Please sign in to comment.