Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrmr33 committed Sep 26, 2023
1 parent e5d21e3 commit 60ef92b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
# - incubator=https://charts.helm.sh/incubator
target-branch: main
helm-extra-args: --debug
chart-repos:
- metrics-server=https://kubernetes-sigs.github.io/metrics-server
debug: true
5 changes: 4 additions & 1 deletion charts/ocean-kubernetes-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: A Helm chart for Ocean Controller
type: application
version: 0.1.0
appVersion: 2.0.17
kubeVersion: ">=1.20.0-0"
maintainers:
- name: spotinst
email: [email protected]
Expand All @@ -16,4 +17,6 @@ dependencies:
- name: metrics-server
version: 3.11.0
repository: https://kubernetes-sigs.github.io/metrics-server
condition: metrics-server.enabled
condition: metrics-server.enabled
annotations:
artifacthub.io/prerelease: "true"
3 changes: 0 additions & 3 deletions charts/ocean-kubernetes-controller/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ rules:
- apiGroups: ["apps"]
resources: ["deployments", "daemonsets"]
verbs: ["get", "list", "patch", "update", "create", "delete"]
- apiGroups: ["extensions"]
resources: ["daemonsets"]
verbs: ["get", "list", "patch", "update", "create", "delete"]
- apiGroups: [""]
resources: ["pods"]
verbs: ["get", "list", "patch", "update", "create", "delete"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ spec:
{{- toYaml . | nindent 12 }}
{{- end }}
volumes:
# TODO: handle caBundleSecret volume
{{- with .Values.extraVolumes }}
{{- toYaml . | nindent 8 }}
{{- end }}
Expand Down
2 changes: 0 additions & 2 deletions charts/ocean-kubernetes-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ securityContext:
drop:
- ALL

priorityClassName: system-cluster-critical

args: []
# - --test

Expand Down

0 comments on commit 60ef92b

Please sign in to comment.