Change aaf-sshsm statefulset to deployment
[oom.git] / kubernetes / aaf / components / aaf-sshsm / charts / aaf-sshsm-abrmd / templates / deployment.yaml
@@ -17,7 +17,7 @@
 {{- if and .Values.global.tpm.enabled .Values.global.abrmd.enabled -}}
 
 apiVersion: apps/v1
-kind: StatefulSet
+kind: Deployment
 metadata: {{- include "common.resourceMetadata" . | nindent 2 }}
 spec:
   selector: {{- include "common.selectors" . | nindent 4 }}