--- apiVersion: v1 kind: List items: - apiVersion: v1 kind: ServiceAccount metadata: labels: provider: fabric8 project: funktion-operator version: 2.4.21 group: io.fabric8.platform.apps name: funktion-operator - apiVersion: v1 kind: DeploymentConfig metadata: annotations: fabric8.io/git-commit: c774cc8fcbd9852384a51515724b061d55c42e4f fabric8.io/iconUrl: https://cdn.rawgit.com/fabric8io/fabric8-platform/master/apps/funktion-operator/src/main/fabric8/icon.png fabric8.io/git-branch: release-v2.4.21 fabric8.io/metrics-path: dashboard/file/kubernetes-pods.json/?var-project=funktion-operator&var-version=2.4.21 labels: provider: fabric8 project: funktion-operator version: 2.4.21 group: io.fabric8.platform.apps name: funktion-operator spec: replicas: 1 selector: project: funktion-operator provider: fabric8 group: io.fabric8.platform.apps strategy: rollingParams: timeoutSeconds: 10800 type: Rolling template: metadata: annotations: fabric8.io/git-commit: c774cc8fcbd9852384a51515724b061d55c42e4f fabric8.io/iconUrl: https://cdn.rawgit.com/fabric8io/fabric8-platform/master/apps/funktion-operator/src/main/fabric8/icon.png fabric8.io/git-branch: release-v2.4.21 fabric8.io/metrics-path: dashboard/file/kubernetes-pods.json/?var-project=funktion-operator&var-version=2.4.21 labels: provider: fabric8 project: funktion-operator version: 2.4.21 group: io.fabric8.platform.apps spec: containers: - command: - /bin/operator - operate image: funktion/funktion:1.0.9 imagePullPolicy: IfNotPresent name: funktion serviceAccountName: funktion-operator triggers: - type: ConfigChange