forked from k-space/kube
		
	Remove Keel annotations
This commit is contained in:
		| @@ -12,10 +12,6 @@ kind: StatefulSet | |||||||
| metadata: | metadata: | ||||||
|   name: etherpad |   name: etherpad | ||||||
|   namespace: etherpad |   namespace: etherpad | ||||||
|   annotations: |  | ||||||
|     keel.sh/policy: minor |  | ||||||
|     keel.sh/trigger: poll |  | ||||||
|     keel.sh/pollSchedule: "@midnight" |  | ||||||
| spec: | spec: | ||||||
|   # Etherpad does NOT support running multiple replicas due to |   # Etherpad does NOT support running multiple replicas due to | ||||||
|   # in-application caching https://github.com/ether/etherpad-lite/issues/3680 |   # in-application caching https://github.com/ether/etherpad-lite/issues/3680 | ||||||
|   | |||||||
| @@ -363,10 +363,6 @@ metadata: | |||||||
|   labels: |   labels: | ||||||
|     app: node-exporter |     app: node-exporter | ||||||
|   name: node-exporter |   name: node-exporter | ||||||
|   annotations: |  | ||||||
|     keel.sh/policy: force |  | ||||||
|     keel.sh/trigger: poll |  | ||||||
|     keel.sh/pollSchedule: "@midnight" |  | ||||||
| spec: | spec: | ||||||
|   selector: |   selector: | ||||||
|     matchLabels: |     matchLabels: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user