6 lines
177 B
YAML
Executable file
6 lines
177 B
YAML
Executable file
kind: ImageStream
|
|
apiVersion: image.openshift.io/v1
|
|
metadata:
|
|
name: {{ .Values.name | quote }}
|
|
annotations:
|
|
description: Keeps track of changes in the application image
|