File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
charts/bifrost-gateway-controller Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11controllerManager :
22 annotations :
3- tv2.dk/gateway-controller/annontations : true
3+ tv2.dk/gateway-controller/annotations : true
4+ podAnnotations :
5+ tv2.dk/gateway-controller/podAnnotations : true
Original file line number Diff line number Diff line change 2222 control-plane : manager
2323 {{- include "gateway-controller.selectorLabels" . | nindent 8 }}
2424 annotations :
25+ {{- with .Values.controllerManager.podAnnotations }}
26+ {{- toYaml . | nindent 8 }}
27+ {{- end }}
2528 kubectl.kubernetes.io/default-container : manager
2629 spec :
2730 containers :
Original file line number Diff line number Diff line change @@ -50,6 +50,10 @@ controllerManager:
5050
5151 # Annotations to add to the deployment
5252 annotations : {}
53+
54+ # Annotations to add to the pod
55+ podAnnotations : {}
56+
5357 replicas : 1
5458
5559 deploymentStrategy :
You can’t perform that action at this time.
0 commit comments