Skip to content

Commit

Permalink
issue #61: linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Oct 30, 2024
1 parent dfa4b60 commit 67c9053
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion webtop-template/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
create_github_pr(username, gh_access_token)
2 changes: 1 addition & 1 deletion webtop-template/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
jinja2
PyGithub
python-dotenv
python-dotenv
2 changes: 1 addition & 1 deletion webtop-template/templates/webtop-deployment.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 10Gi
storage: 10Gi
2 changes: 1 addition & 1 deletion webtop-template/templates/webtop-ingress.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ spec:
service:
name: {{ username }}-webtop-service
port:
number: 3000
number: 3000
2 changes: 1 addition & 1 deletion webtop-template/templates/webtop-secrets.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ stringData:
TZ: <TZ>
TITLE: <TITLE>
CUSTOM_USER: <CUSTOM_USER>
PASSWORD: <PASSWORD>
PASSWORD: <PASSWORD>

0 comments on commit 67c9053

Please sign in to comment.