Skip to content

Commit

Permalink
Fix wrong sintax in doc for Ingress Secret Opaque
Browse files Browse the repository at this point in the history
  • Loading branch information
SRodi authored and hkantare committed Nov 17, 2023
1 parent 16d4748 commit e69b93c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/container_ingress_secret_opaque.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ resource "ibm_container_ingress_secret_opaque" "secret" {
secret_name="mySecretName"
secret_namespace="mySecretNamespace"
persistence = true
fields = {
fields {
crn = "cert:region:crn"
}
fields = {
fields {
field_name = "myFieldName"
crn = "cert:region:crn"
}
Expand Down

0 comments on commit e69b93c

Please sign in to comment.