We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9168ce6 + 658e3a4 commit 98fe726Copy full SHA for 98fe726
addons/porter-agent/templates/rbac.yaml
@@ -84,6 +84,7 @@ rules:
84
- "batch"
85
resources:
86
- "jobs"
87
+ - "cronjobs"
88
verbs:
89
- get
90
- list
applications/web/templates/service.yaml
@@ -3,6 +3,7 @@ kind: Service
3
metadata:
4
name: {{ include "docker-template.fullname" . }}
5
labels:
6
+ porter.run/tailscale-svc: "true"
7
{{- include "docker-template.labels" . | nindent 4 }}
8
{{- if .Values.service.annotations }}
9
{{- if gt (len .Values.service.annotations) 0}}
0 commit comments