Skip to content

Commit

Permalink
fix k8s job test for evaulation git ssh volume
Browse files Browse the repository at this point in the history
  • Loading branch information
IbraheemAlSaady committed Jan 15, 2022
1 parent a25c449 commit 69ee823
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var _ = Describe("Kubernetes RBAC", func() {
}

Expect(sshVolume).ToNot(BeNil())
Expect(sshVolume.Secret.SecretName).To(Equal(run.Spec.GitSSHKey.ValueFrom.Secret.SecretName))
Expect(sshVolume.VolumeSource.Secret.SecretName).To(Equal(run.Spec.GitSSHKey.ValueFrom.Secret.SecretName))
})
})
})

0 comments on commit 69ee823

Please sign in to comment.