Skip to content

Commit

Permalink
Working versions of 2 addons.
Browse files Browse the repository at this point in the history
  • Loading branch information
badri committed Dec 16, 2023
1 parent 8fe520d commit b996100
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions addons/sb-cluster-issuer/disable
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3

import click
import os
import subprocess
Expand Down
1 change: 0 additions & 1 deletion addons/sb-registry/disable
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python3
# addons/python-demo-nginx/disable

import click
import os
Expand Down
1 change: 0 additions & 1 deletion addons/sb-registry/enable
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python3
# addons/python-hello-k8s/enable

import os
import subprocess
Expand Down

0 comments on commit b996100

Please sign in to comment.