Skip to content

Commit

Permalink
fix: helm snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Apr 26, 2023
1 parent ec4d0f8 commit b905d23
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ manifest should match snapshot with TLS:
kind: Service
metadata:
annotations:
steadybit.com/extension-auto-discovery: "{\n \"extensions\": [\n {\n \"port\": 8086,\n \"types\": [\"ACTION\"],\n \"tls\": {\n \"server\": {\n \"extraCertsFile\": \"/opt/steadybit/agent/etc/extension-mtls/server-cert/tls.crt\"\n }\n \n }\n }\n ]\n}\n"
steadybit.com/extension-auto-discovery: "{\n \"extensions\": [\n {\n \"port\": 8086,\n \"types\": [\"ACTION\"],\n \"tls\": {\n \"server\": {\n \"extraCertsFile\": \"server-cert/tls.crt\"\n }\n \n }\n }\n ]\n}\n"
labels: null
name: RELEASE-NAME-steadybit-extension-postman
namespace: NAMESPACE
Expand All @@ -29,11 +29,11 @@ manifest should match snapshot with mutual TLS:
"types": ["ACTION"],
"tls": {
"server": {
"extraCertsFile": "/opt/steadybit/agent/etc/extension-mtls/server-cert/tls.crt"
"extraCertsFile": "server-cert/tls.crt"
},
"client": {
"certChainFile": "/opt/steadybit/agent/etc/extension-mtls/client-cert-a/tls.crt",
"certKeyFile": "/opt/steadybit/agent/etc/extension-mtls/client-cert-a/tls.key"
"certChainFile": "client-cert-a/tls.crt",
"certKeyFile": "client-cert-a/tls.key"
}
}
}
Expand Down

0 comments on commit b905d23

Please sign in to comment.