diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-10-21 05:18:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-10-21 05:18:27 +0000 |
commit | 2c2be1eea53e97cc1972c0b89571baff92e59484 (patch) | |
tree | 862a2f2d66c4275626ee45419becb822a9aa74e8 /kubernetes/policy | |
parent | 31bb6fe2a093273e4a10cd0c46adfae75f736cd6 (diff) | |
parent | 600dc9809b14fb264b8e7c4e6c46c8587eaf5c20 (diff) |
Merge "[COMMON] Fix trailing blanks found by pre-commit"
Diffstat (limited to 'kubernetes/policy')
-rw-r--r-- | kubernetes/policy/components/policy-clamp-cl-k8s-ppnt/resources/config/KubernetesParticipantParameters.yaml | 1 | ||||
-rw-r--r-- | kubernetes/policy/components/policy-clamp-cl-k8s-ppnt/values.yaml | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/kubernetes/policy/components/policy-clamp-cl-k8s-ppnt/resources/config/KubernetesParticipantParameters.yaml b/kubernetes/policy/components/policy-clamp-cl-k8s-ppnt/resources/config/KubernetesParticipantParameters.yaml index 6904e35bce..fd6de7e5c0 100644 --- a/kubernetes/policy/components/policy-clamp-cl-k8s-ppnt/resources/config/KubernetesParticipantParameters.yaml +++ b/kubernetes/policy/components/policy-clamp-cl-k8s-ppnt/resources/config/KubernetesParticipantParameters.yaml @@ -58,4 +58,3 @@ server: # See springboot documentation. port: 8083 -
\ No newline at end of file diff --git a/kubernetes/policy/components/policy-clamp-cl-k8s-ppnt/values.yaml b/kubernetes/policy/components/policy-clamp-cl-k8s-ppnt/values.yaml index 9d7e19d73d..74cf74f36d 100644 --- a/kubernetes/policy/components/policy-clamp-cl-k8s-ppnt/values.yaml +++ b/kubernetes/policy/components/policy-clamp-cl-k8s-ppnt/values.yaml @@ -102,7 +102,7 @@ readiness: initialDelaySeconds: 20 periodSeconds: 10 port: http-api - + service: type: ClusterIP name: policy-clamp-cl-k8s-ppnt |