Skip to content

Commit

Permalink
chore(setup): fix generated Secret attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
swiatekm committed Jun 18, 2024
1 parent 40c960a commit c6ad975
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploy/helm/sumologic/conf/setup/resources.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ resource "kubernetes_secret" "sumologic_collection_secret" {
}

type = "Opaque"
wait_for_service_account_token = false
}
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ data:
}
type = "Opaque"
wait_for_service_account_token = false
}
setup.sh: |
#!/bin/bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ data:
}
type = "Opaque"
wait_for_service_account_token = false
}
setup.sh: |
#!/bin/bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ data:
}
type = "Opaque"
wait_for_service_account_token = false
}
setup.sh: |
#!/bin/bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ data:
}
type = "Opaque"
wait_for_service_account_token = false
}
setup.sh: |
#!/bin/bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ data:
}
type = "Opaque"
wait_for_service_account_token = false
}
setup.sh: |
#!/bin/bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ data:
}
type = "Opaque"
wait_for_service_account_token = false
}
setup.sh: |
#!/bin/bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ data:
}
type = "Opaque"
wait_for_service_account_token = false
}
setup.sh: |
#!/bin/bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ data:
}
type = "Opaque"
wait_for_service_account_token = false
}
setup.sh: |
#!/bin/bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ data:
}
type = "Opaque"
wait_for_service_account_token = false
}
setup.sh: |
#!/bin/bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ data:
}
type = "Opaque"
wait_for_service_account_token = false
}
setup.sh: |
#!/bin/bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ data:
}
type = "Opaque"
wait_for_service_account_token = false
}
setup.sh: |
#!/bin/bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ data:
}
type = "Opaque"
wait_for_service_account_token = false
}
setup.sh: |
#!/bin/bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ data:
}
type = "Opaque"
wait_for_service_account_token = false
}
setup.sh: |
#!/bin/bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ data:
}
type = "Opaque"
wait_for_service_account_token = false
}
setup.sh: |
#!/bin/bash
Expand Down

0 comments on commit c6ad975

Please sign in to comment.