diff --git a/webtop-template/main.py b/webtop-template/main.py index 0b92af6..7684245 100644 --- a/webtop-template/main.py +++ b/webtop-template/main.py @@ -68,4 +68,4 @@ def create_github_pr(username, gh_access_token): gh_access_token = os.getenv("GITHUB_ACCESS_TOKEN") render_template(username) - create_github_pr(username, gh_access_token) \ No newline at end of file + create_github_pr(username, gh_access_token) diff --git a/webtop-template/requirements.txt b/webtop-template/requirements.txt index b627d4f..be8a2a6 100644 --- a/webtop-template/requirements.txt +++ b/webtop-template/requirements.txt @@ -1,3 +1,3 @@ jinja2 PyGithub -python-dotenv \ No newline at end of file +python-dotenv diff --git a/webtop-template/templates/webtop-deployment.yaml.j2 b/webtop-template/templates/webtop-deployment.yaml.j2 index 8428c4a..81addf5 100644 --- a/webtop-template/templates/webtop-deployment.yaml.j2 +++ b/webtop-template/templates/webtop-deployment.yaml.j2 @@ -74,4 +74,4 @@ spec: - ReadWriteOnce resources: requests: - storage: 10Gi \ No newline at end of file + storage: 10Gi diff --git a/webtop-template/templates/webtop-ingress.yaml.j2 b/webtop-template/templates/webtop-ingress.yaml.j2 index ef7814c..5a53778 100644 --- a/webtop-template/templates/webtop-ingress.yaml.j2 +++ b/webtop-template/templates/webtop-ingress.yaml.j2 @@ -29,4 +29,4 @@ spec: service: name: {{ username }}-webtop-service port: - number: 3000 \ No newline at end of file + number: 3000 diff --git a/webtop-template/templates/webtop-secrets.yaml.j2 b/webtop-template/templates/webtop-secrets.yaml.j2 index 1c1800d..865c1ba 100644 --- a/webtop-template/templates/webtop-secrets.yaml.j2 +++ b/webtop-template/templates/webtop-secrets.yaml.j2 @@ -11,4 +11,4 @@ stringData: TZ: TITLE: CUSTOM_USER: <CUSTOM_USER> - PASSWORD: <PASSWORD> \ No newline at end of file + PASSWORD: <PASSWORD>