Skip to content

Commit

Permalink
fix: drop namespace args
Browse files Browse the repository at this point in the history
  • Loading branch information
acid-chicken committed May 22, 2024
1 parent 9e14c31 commit 00e5eac
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions charts/hariko/templates/Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ spec:
- "$(GITHUB_REPOSITORY)"
- "-s"
- "$(GITHUB_WEBHOOK_SECRET)"
- "-n"
- "$(NAMESPACE)"
- "-p"
- "$(PACKAGE_NAME)"
- "-r"
Expand Down Expand Up @@ -58,11 +56,6 @@ spec:
secretKeyRef:
name: hariko
key: github-webhook-secret
- name: NAMESPACE
valueFrom:
secretKeyRef:
name: hariko
key: namespace
- name: PACKAGE_NAME
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 00e5eac

Please sign in to comment.