fix: update role to create pxc
diff --git a/roles/atmosphere/templates/role.yml b/roles/atmosphere/templates/role.yml
index c4196ee..051775b 100644
--- a/roles/atmosphere/templates/role.yml
+++ b/roles/atmosphere/templates/role.yml
@@ -8,3 +8,6 @@
   - apiGroups: [""]
     resources: ["secrets"]
     verbs: ["get", "create", "patch"]
+  - apiGroups: ["pxc.percona.com"]
+    resources: ["perconaxtradbclusters"]
+    verbs: ["get", "create", "patch"]