--- apiVersion: v1 kind: List items: - apiVersion: v1 kind: ServiceAccount metadata: labels: provider: fabric8 project: funktion-operator version: 2.4.15 group: io.fabric8.platform.apps name: funktion-operator - apiVersion: v1 kind: DeploymentConfig metadata: annotations: fabric8.io/git-commit: 380c7ad8b486fd4b56355bef5555ed01b1aa09a2 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.15 fabric8.io/metrics-path: dashboard/file/kubernetes-pods.json/?var-project=funktion-operator&var-version=2.4.15 labels: provider: fabric8 project: funktion-operator version: 2.4.15 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: 380c7ad8b486fd4b56355bef5555ed01b1aa09a2 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.15 fabric8.io/metrics-path: dashboard/file/kubernetes-pods.json/?var-project=funktion-operator&var-version=2.4.15 labels: provider: fabric8 project: funktion-operator version: 2.4.15 group: io.fabric8.platform.apps spec: containers: - command: - /bin/operator - operate image: funktion/funktion:0.0.9 imagePullPolicy: IfNotPresent name: funktion serviceAccountName: funktion-operator triggers: - type: ConfigChange