Skip to content

Instantly share code, notes, and snippets.

@nestorsalceda
Created April 30, 2020 18:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nestorsalceda/af2f9cf19a2aabb76e79c3a326d2abd7 to your computer and use it in GitHub Desktop.
Save nestorsalceda/af2f9cf19a2aabb76e79c3a326d2abd7 to your computer and use it in GitHub Desktop.
It("creates a secret with the authentication data", func() {
inlineAdapter.Scan(scanRequest())
storedUser, storedPassword := getUserAndPasswordFromSecret(k8sClient, "inline-scan-demo")
Expect(storedUser).To(Equal(user))
Expect(storedPassword).To(Equal(password))
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment