Skip to content

Commit 98fe726

Browse files
committed
Merge branch 'main' into rudimk/logdna-update-203.9.1
2 parents 9168ce6 + 658e3a4 commit 98fe726

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

addons/porter-agent/templates/rbac.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ rules:
8484
- "batch"
8585
resources:
8686
- "jobs"
87+
- "cronjobs"
8788
verbs:
8889
- get
8990
- list

applications/web/templates/service.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ kind: Service
33
metadata:
44
name: {{ include "docker-template.fullname" . }}
55
labels:
6+
porter.run/tailscale-svc: "true"
67
{{- include "docker-template.labels" . | nindent 4 }}
78
{{- if .Values.service.annotations }}
89
{{- if gt (len .Values.service.annotations) 0}}

0 commit comments

Comments
 (0)