Daemonsets: Use current kubernetes daemonset api version
This PS moves to use the current ga version for kubernetes daemonsets, additionally any remaining deployments that were using the `extensions/v1beta1` have been updated to `apps/v1`. Story: 2002205 Task: 21735 Change-Id: If9703162dc472af1e6096bf2b9062802fd5ce8ab Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
@@ -33,7 +33,7 @@ subjects:
|
||||
name: {{ $serviceAccountName }}
|
||||
namespace: {{ .Release.Namespace }}
|
||||
---
|
||||
apiVersion: extensions/v1beta1
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user