Skip to content

Commit

Permalink
Fix some bugs in kiss-manager CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
HoKim98 committed Aug 30, 2022
1 parent dac66f4 commit 9b14db2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion templates/kiss/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ ADD *.sh **/*.yaml /src/

# Job Configuration
WORKDIR /src
CMD [ "/bin/sh" "./install.sh" ]
ENTRYPOINT [ "/bin/sh" ]
CMD [ "./install.sh" ]
2 changes: 2 additions & 0 deletions templates/kiss/kiss-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,11 @@ metadata:
namespace: kiss
rules:
- apiGroups:
- ""
- apiextensions.k8s.io
- batch
resources:
- configmaps
- customresourcedefinitions
- jobs
verbs:
Expand Down
2 changes: 1 addition & 1 deletion templates/kiss/kiss-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
metadata:
labels:
name: manager
serviceType: internal
serviceType: proxy
spec:
securityContext:
seccompProfile:
Expand Down

0 comments on commit 9b14db2

Please sign in to comment.