Skip to content

Commit 100d5fc

Browse files
Merge branch 'ib-VC-45018-renaming' of github.com:jetstack/jetstack-secure into ib-VC-45018-renaming
2 parents 5e32ba0 + 0e77fc1 commit 100d5fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deploy/charts/venafi-kubernetes-agent/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: venafi-kubernetes-agent
33
type: application
44

55
description: |-
6-
The Discovery Agent connects your Kubernetes or Openshift cluster to the CyberArk Certificate Manager (formerly Venafi Control Plane).
6+
The Discovery Agent connects your Kubernetes or OpenShift cluster to the CyberArk Certificate Manager.
77
88
maintainers:
99
- name: Venafi

deploy/charts/venafi-kubernetes-agent/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ metrics:
5151
replicaCount: 1
5252

5353
image:
54-
# The container image for the Enterprise Issuer manager.
54+
# The container image for the Enterprise Issuer.
5555
repository: registry.venafi.cloud/venafi-agent/venafi-agent
5656

5757
# Kubernetes imagePullPolicy on Deployment.

pkg/client/client_venafi_cloud.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ func (c *VenafiCloudClient) sendHTTPRequest(request *http.Request, responseObjec
308308

309309
if response.StatusCode != http.StatusOK && response.StatusCode != http.StatusCreated {
310310
body, _ := io.ReadAll(response.Body)
311-
return fmt.Errorf("failed to execute http request to Control Plane. Request %s, status code: %d, body: [%s]", request.URL, response.StatusCode, body)
311+
return fmt.Errorf("failed to execute http request to the Control Plane. Request %s, status code: %d, body: [%s]", request.URL, response.StatusCode, body)
312312
}
313313

314314
body, err := io.ReadAll(response.Body)

0 commit comments

Comments
 (0)