Skip to content

Commit

Permalink
add Kopia* CRDs to connector clusterroles (#333)
Browse files Browse the repository at this point in the history
Co-authored-by: Oscar Rodriguez <[email protected]>
  • Loading branch information
alexkarlis and oscarr-ntap authored May 22, 2024
1 parent 0e9bd71 commit dbc1291
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/deployer/connector/astra_connect_natless.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func (d *AstraConnectDeployer) GetDeploymentObjects(m *v1.AstraConnector, ctx co
Env: []corev1.EnvVar{
{
Name: "LOG_LEVEL", // todo should this match what operator is
Value: "trace",
Value: "info",
},
{
Name: "NATS_DISABLED",
Expand Down Expand Up @@ -223,6 +223,8 @@ func (d *AstraConnectDeployer) GetClusterRoleObjects(m *v1.AstraConnector, ctx c
"backuprestores",
"exechooks",
"exechooksruns",
"kopiavolumebackups",
"kopiavolumerestores",
"pvccopies",
"pvcerases",
"resourcebackups",
Expand Down

0 comments on commit dbc1291

Please sign in to comment.