Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
  • Loading branch information
torchiaf committed Dec 26, 2023
1 parent 59988cf commit d75d81e
Show file tree
Hide file tree
Showing 45 changed files with 1,131 additions and 503 deletions.
7 changes: 1 addition & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
# dev
out.yaml

# keys and certs
tls.key
tls.crt
ssh.key

# node
node_modules

# helm
users.yaml
helm-charts/code-editor/assets
22 changes: 0 additions & 22 deletions charts/code-editor/templates/configmaps.yaml

This file was deleted.

259 changes: 0 additions & 259 deletions charts/code-editor/templates/deployment.yaml

This file was deleted.

41 changes: 0 additions & 41 deletions charts/code-editor/templates/secrets.yaml

This file was deleted.

39 changes: 0 additions & 39 deletions charts/code-editor/templates/service.yaml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ metadata:
name: server
rules:
- apiGroups: ["", "apps"]
resources: ["pods","pods/exec","services","namespaces","deployments","deployments/scale","jobs"]
resources: ["pods","pods/exec","services","namespaces","deployments","deployments/scale","jobs","secrets"]
verbs: ["get", "update", "create", "watch", "list"]
- apiGroups: ["traefik.containo.us"]
resources: ["ingressroutes"]
verbs: ["get", "update", "create", "watch", "list"]
---
apiVersion: rbac.authorization.k8s.io/v1
Expand Down
Loading

0 comments on commit d75d81e

Please sign in to comment.