Remove *_image_tag suffix from ReplicaSet/Deployment

This commit is contained in:
Wong Hoi Sing Edison
2018-08-22 11:02:56 +08:00
parent 7398858572
commit f897596844
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
apiVersion: apps/v1
kind: ReplicaSet
metadata:
name: registry-v{{ registry_image_tag }}
name: registry
namespace: {{ registry_namespace }}
labels:
k8s-app: registry