aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/multicloud/charts/multicloud-fcaps
diff options
context:
space:
mode:
authorkwasiel <katarzyna.wasiel@nokia.com>2020-07-23 10:09:57 +0000
committerkwasiel <katarzyna.wasiel@nokia.com>2020-07-23 10:09:57 +0000
commitd74d38fe135537822c955d24b79498b50bc0e487 (patch)
tree33a269ab1e13f4f5340d0b2f90a12d06eab4278c /kubernetes/multicloud/charts/multicloud-fcaps
parent59cc6a44df6a1807b72af9944f843c30d80f3c35 (diff)
[MULTICLOUD] Make MULTICLOUD compatible with Kubernetes v1.17
Issue-ID: OOM-2459 Signed-off-by: Katarzyna Wasiel <katarzyna.wasiel@nokia.com> Change-Id: I0c52e0c0de799cd90270794f51ad000f05122265
Diffstat (limited to 'kubernetes/multicloud/charts/multicloud-fcaps')
-rw-r--r--kubernetes/multicloud/charts/multicloud-fcaps/templates/deployment.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/multicloud/charts/multicloud-fcaps/templates/deployment.yaml b/kubernetes/multicloud/charts/multicloud-fcaps/templates/deployment.yaml
index 30d521ac2a..110f9aa84f 100644
--- a/kubernetes/multicloud/charts/multicloud-fcaps/templates/deployment.yaml
+++ b/kubernetes/multicloud/charts/multicloud-fcaps/templates/deployment.yaml
@@ -14,7 +14,7 @@
# limitations under the License.
*/}}
-apiVersion: extensions/v1beta1
+apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ include "common.fullname" . }}
@@ -114,4 +114,4 @@ spec:
name: {{ include "common.fullname" . }}-log-configmap
imagePullSecrets:
- name: "{{ include "common.namespace" . }}-docker-registry-key"
- restartPolicy: Always \ No newline at end of file
+ restartPolicy: Always