From c858c953c8710e502c04934955158055cacd9393 Mon Sep 17 00:00:00 2001 From: day0hero Date: Thu, 29 Feb 2024 22:11:32 -0600 Subject: [PATCH] make test --- ...ines-industrial-edge-factory.expected.yaml | 89 +++++++++++++++++++ ...ipelines-industrial-edge-hub.expected.yaml | 89 +++++++++++++++++++ ...elines-medical-diagnosis-hub.expected.yaml | 89 +++++++++++++++++++ tests/all-pipelines-naked.expected.yaml | 89 +++++++++++++++++++ tests/all-pipelines-normal.expected.yaml | 89 +++++++++++++++++++ ...hods-industrial-edge-factory.expected.yaml | 47 ++++++++++ ...ll-rhods-industrial-edge-hub.expected.yaml | 47 ++++++++++ ...-rhods-medical-diagnosis-hub.expected.yaml | 47 ++++++++++ tests/all-rhods-naked.expected.yaml | 47 ++++++++++ tests/all-rhods-normal.expected.yaml | 47 ++++++++++ ...ault-industrial-edge-factory.expected.yaml | 2 +- ...rp-vault-industrial-edge-hub.expected.yaml | 2 +- ...-vault-medical-diagnosis-hub.expected.yaml | 2 +- ...common-hashicorp-vault-naked.expected.yaml | 2 +- ...ommon-hashicorp-vault-normal.expected.yaml | 2 +- 15 files changed, 685 insertions(+), 5 deletions(-) create mode 100644 tests/all-pipelines-industrial-edge-factory.expected.yaml create mode 100644 tests/all-pipelines-industrial-edge-hub.expected.yaml create mode 100644 tests/all-pipelines-medical-diagnosis-hub.expected.yaml create mode 100644 tests/all-pipelines-naked.expected.yaml create mode 100644 tests/all-pipelines-normal.expected.yaml create mode 100644 tests/all-rhods-industrial-edge-factory.expected.yaml create mode 100644 tests/all-rhods-industrial-edge-hub.expected.yaml create mode 100644 tests/all-rhods-medical-diagnosis-hub.expected.yaml create mode 100644 tests/all-rhods-naked.expected.yaml create mode 100644 tests/all-rhods-normal.expected.yaml diff --git a/tests/all-pipelines-industrial-edge-factory.expected.yaml b/tests/all-pipelines-industrial-edge-factory.expected.yaml new file mode 100644 index 00000000..001e11d1 --- /dev/null +++ b/tests/all-pipelines-industrial-edge-factory.expected.yaml @@ -0,0 +1,89 @@ +--- +# Source: pipelines/templates/tekton-config.yaml +apiVersion: operator.tekton.dev/v1alpha1 +kind: TektonConfig +metadata: + annotations: + argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true + name: config +spec: + addon: + params: + - name: clusterTasks + value: "true" + - name: pipelineTemplates + value: "true" + - name: communityClusterTasks + value: "true" + chain: + artifacts.taskrun.format: in-toto + artifacts.taskrun.storage: tekton + artifacts.taskrun.signer: x509 + artifacts.oci.storage: oci + artifacts.oci.format: simplesigning + artifacts.oci.signer: x509 + transparency.enabled: "true" + dashboard: + readonly: false + params: + - name: createRbacResource + value: "true" + pipeline: + await-sidecar-readiness: true + default-service-account: pipeline + disable-affinity-assistant: false + disable-creds-init: false + enable-api-fields: stable + enable-bundles-resolver: true + enable-cluster-resolver: true + enable-custom-tasks: true + enable-git-resolver: true + enable-hub-resolver: true + enable-provenance-in-status: false + enable-tekton-oci-bundles: false + metrics.pipelinerun.duration-type: histogram + metrics.pipelinerun.level: pipeline + metrics.taskrun.duration-type: histogram + metrics.taskrun.level: task + params: + - name: enableMetrics + value: "true" + performance: + disable-ha: false + require-git-ssh-secret-known-hosts: false + running-in-environment-with-injected-sidecars: true + send-cloudevents-for-runs: false + trusted-resources-verification-no-match-policy: ignore + platforms: + openshift: + pipelinesAsCode: + enable: true + settings: + application-name: Pipelines as Code CI + auto-configure-new-github-repo: "false" + bitbucket-cloud-check-source-ip: "true" + custom-console-name: "" + custom-console-url: "" + custom-console-url-pr-details: "" + custom-console-url-pr-tasklog: "" + error-detection-from-container-logs: "true" + error-detection-max-number-of-lines: "50" + error-detection-simple-regexp: ^(?P[^:]*):(?P[0-9]+):(?P[0-9]+):([ + ]*)?(?P.*) + error-log-snippet: "true" + hub-catalog-name: tekton + hub-url: https://api.hub.tekton.dev/v1 + remote-tasks: "true" + secret-auto-create: "true" + secret-github-app-token-scoped: "true" + profile: all + pruner: + disabled: false + keep: 100 + resources: + - pipelinerun + schedule: 0 8 * * * + targetNamespace: openshift-pipelines + trigger: + default-service-account: pipeline + enable-api-fields: stable diff --git a/tests/all-pipelines-industrial-edge-hub.expected.yaml b/tests/all-pipelines-industrial-edge-hub.expected.yaml new file mode 100644 index 00000000..001e11d1 --- /dev/null +++ b/tests/all-pipelines-industrial-edge-hub.expected.yaml @@ -0,0 +1,89 @@ +--- +# Source: pipelines/templates/tekton-config.yaml +apiVersion: operator.tekton.dev/v1alpha1 +kind: TektonConfig +metadata: + annotations: + argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true + name: config +spec: + addon: + params: + - name: clusterTasks + value: "true" + - name: pipelineTemplates + value: "true" + - name: communityClusterTasks + value: "true" + chain: + artifacts.taskrun.format: in-toto + artifacts.taskrun.storage: tekton + artifacts.taskrun.signer: x509 + artifacts.oci.storage: oci + artifacts.oci.format: simplesigning + artifacts.oci.signer: x509 + transparency.enabled: "true" + dashboard: + readonly: false + params: + - name: createRbacResource + value: "true" + pipeline: + await-sidecar-readiness: true + default-service-account: pipeline + disable-affinity-assistant: false + disable-creds-init: false + enable-api-fields: stable + enable-bundles-resolver: true + enable-cluster-resolver: true + enable-custom-tasks: true + enable-git-resolver: true + enable-hub-resolver: true + enable-provenance-in-status: false + enable-tekton-oci-bundles: false + metrics.pipelinerun.duration-type: histogram + metrics.pipelinerun.level: pipeline + metrics.taskrun.duration-type: histogram + metrics.taskrun.level: task + params: + - name: enableMetrics + value: "true" + performance: + disable-ha: false + require-git-ssh-secret-known-hosts: false + running-in-environment-with-injected-sidecars: true + send-cloudevents-for-runs: false + trusted-resources-verification-no-match-policy: ignore + platforms: + openshift: + pipelinesAsCode: + enable: true + settings: + application-name: Pipelines as Code CI + auto-configure-new-github-repo: "false" + bitbucket-cloud-check-source-ip: "true" + custom-console-name: "" + custom-console-url: "" + custom-console-url-pr-details: "" + custom-console-url-pr-tasklog: "" + error-detection-from-container-logs: "true" + error-detection-max-number-of-lines: "50" + error-detection-simple-regexp: ^(?P[^:]*):(?P[0-9]+):(?P[0-9]+):([ + ]*)?(?P.*) + error-log-snippet: "true" + hub-catalog-name: tekton + hub-url: https://api.hub.tekton.dev/v1 + remote-tasks: "true" + secret-auto-create: "true" + secret-github-app-token-scoped: "true" + profile: all + pruner: + disabled: false + keep: 100 + resources: + - pipelinerun + schedule: 0 8 * * * + targetNamespace: openshift-pipelines + trigger: + default-service-account: pipeline + enable-api-fields: stable diff --git a/tests/all-pipelines-medical-diagnosis-hub.expected.yaml b/tests/all-pipelines-medical-diagnosis-hub.expected.yaml new file mode 100644 index 00000000..001e11d1 --- /dev/null +++ b/tests/all-pipelines-medical-diagnosis-hub.expected.yaml @@ -0,0 +1,89 @@ +--- +# Source: pipelines/templates/tekton-config.yaml +apiVersion: operator.tekton.dev/v1alpha1 +kind: TektonConfig +metadata: + annotations: + argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true + name: config +spec: + addon: + params: + - name: clusterTasks + value: "true" + - name: pipelineTemplates + value: "true" + - name: communityClusterTasks + value: "true" + chain: + artifacts.taskrun.format: in-toto + artifacts.taskrun.storage: tekton + artifacts.taskrun.signer: x509 + artifacts.oci.storage: oci + artifacts.oci.format: simplesigning + artifacts.oci.signer: x509 + transparency.enabled: "true" + dashboard: + readonly: false + params: + - name: createRbacResource + value: "true" + pipeline: + await-sidecar-readiness: true + default-service-account: pipeline + disable-affinity-assistant: false + disable-creds-init: false + enable-api-fields: stable + enable-bundles-resolver: true + enable-cluster-resolver: true + enable-custom-tasks: true + enable-git-resolver: true + enable-hub-resolver: true + enable-provenance-in-status: false + enable-tekton-oci-bundles: false + metrics.pipelinerun.duration-type: histogram + metrics.pipelinerun.level: pipeline + metrics.taskrun.duration-type: histogram + metrics.taskrun.level: task + params: + - name: enableMetrics + value: "true" + performance: + disable-ha: false + require-git-ssh-secret-known-hosts: false + running-in-environment-with-injected-sidecars: true + send-cloudevents-for-runs: false + trusted-resources-verification-no-match-policy: ignore + platforms: + openshift: + pipelinesAsCode: + enable: true + settings: + application-name: Pipelines as Code CI + auto-configure-new-github-repo: "false" + bitbucket-cloud-check-source-ip: "true" + custom-console-name: "" + custom-console-url: "" + custom-console-url-pr-details: "" + custom-console-url-pr-tasklog: "" + error-detection-from-container-logs: "true" + error-detection-max-number-of-lines: "50" + error-detection-simple-regexp: ^(?P[^:]*):(?P[0-9]+):(?P[0-9]+):([ + ]*)?(?P.*) + error-log-snippet: "true" + hub-catalog-name: tekton + hub-url: https://api.hub.tekton.dev/v1 + remote-tasks: "true" + secret-auto-create: "true" + secret-github-app-token-scoped: "true" + profile: all + pruner: + disabled: false + keep: 100 + resources: + - pipelinerun + schedule: 0 8 * * * + targetNamespace: openshift-pipelines + trigger: + default-service-account: pipeline + enable-api-fields: stable diff --git a/tests/all-pipelines-naked.expected.yaml b/tests/all-pipelines-naked.expected.yaml new file mode 100644 index 00000000..001e11d1 --- /dev/null +++ b/tests/all-pipelines-naked.expected.yaml @@ -0,0 +1,89 @@ +--- +# Source: pipelines/templates/tekton-config.yaml +apiVersion: operator.tekton.dev/v1alpha1 +kind: TektonConfig +metadata: + annotations: + argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true + name: config +spec: + addon: + params: + - name: clusterTasks + value: "true" + - name: pipelineTemplates + value: "true" + - name: communityClusterTasks + value: "true" + chain: + artifacts.taskrun.format: in-toto + artifacts.taskrun.storage: tekton + artifacts.taskrun.signer: x509 + artifacts.oci.storage: oci + artifacts.oci.format: simplesigning + artifacts.oci.signer: x509 + transparency.enabled: "true" + dashboard: + readonly: false + params: + - name: createRbacResource + value: "true" + pipeline: + await-sidecar-readiness: true + default-service-account: pipeline + disable-affinity-assistant: false + disable-creds-init: false + enable-api-fields: stable + enable-bundles-resolver: true + enable-cluster-resolver: true + enable-custom-tasks: true + enable-git-resolver: true + enable-hub-resolver: true + enable-provenance-in-status: false + enable-tekton-oci-bundles: false + metrics.pipelinerun.duration-type: histogram + metrics.pipelinerun.level: pipeline + metrics.taskrun.duration-type: histogram + metrics.taskrun.level: task + params: + - name: enableMetrics + value: "true" + performance: + disable-ha: false + require-git-ssh-secret-known-hosts: false + running-in-environment-with-injected-sidecars: true + send-cloudevents-for-runs: false + trusted-resources-verification-no-match-policy: ignore + platforms: + openshift: + pipelinesAsCode: + enable: true + settings: + application-name: Pipelines as Code CI + auto-configure-new-github-repo: "false" + bitbucket-cloud-check-source-ip: "true" + custom-console-name: "" + custom-console-url: "" + custom-console-url-pr-details: "" + custom-console-url-pr-tasklog: "" + error-detection-from-container-logs: "true" + error-detection-max-number-of-lines: "50" + error-detection-simple-regexp: ^(?P[^:]*):(?P[0-9]+):(?P[0-9]+):([ + ]*)?(?P.*) + error-log-snippet: "true" + hub-catalog-name: tekton + hub-url: https://api.hub.tekton.dev/v1 + remote-tasks: "true" + secret-auto-create: "true" + secret-github-app-token-scoped: "true" + profile: all + pruner: + disabled: false + keep: 100 + resources: + - pipelinerun + schedule: 0 8 * * * + targetNamespace: openshift-pipelines + trigger: + default-service-account: pipeline + enable-api-fields: stable diff --git a/tests/all-pipelines-normal.expected.yaml b/tests/all-pipelines-normal.expected.yaml new file mode 100644 index 00000000..001e11d1 --- /dev/null +++ b/tests/all-pipelines-normal.expected.yaml @@ -0,0 +1,89 @@ +--- +# Source: pipelines/templates/tekton-config.yaml +apiVersion: operator.tekton.dev/v1alpha1 +kind: TektonConfig +metadata: + annotations: + argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true + name: config +spec: + addon: + params: + - name: clusterTasks + value: "true" + - name: pipelineTemplates + value: "true" + - name: communityClusterTasks + value: "true" + chain: + artifacts.taskrun.format: in-toto + artifacts.taskrun.storage: tekton + artifacts.taskrun.signer: x509 + artifacts.oci.storage: oci + artifacts.oci.format: simplesigning + artifacts.oci.signer: x509 + transparency.enabled: "true" + dashboard: + readonly: false + params: + - name: createRbacResource + value: "true" + pipeline: + await-sidecar-readiness: true + default-service-account: pipeline + disable-affinity-assistant: false + disable-creds-init: false + enable-api-fields: stable + enable-bundles-resolver: true + enable-cluster-resolver: true + enable-custom-tasks: true + enable-git-resolver: true + enable-hub-resolver: true + enable-provenance-in-status: false + enable-tekton-oci-bundles: false + metrics.pipelinerun.duration-type: histogram + metrics.pipelinerun.level: pipeline + metrics.taskrun.duration-type: histogram + metrics.taskrun.level: task + params: + - name: enableMetrics + value: "true" + performance: + disable-ha: false + require-git-ssh-secret-known-hosts: false + running-in-environment-with-injected-sidecars: true + send-cloudevents-for-runs: false + trusted-resources-verification-no-match-policy: ignore + platforms: + openshift: + pipelinesAsCode: + enable: true + settings: + application-name: Pipelines as Code CI + auto-configure-new-github-repo: "false" + bitbucket-cloud-check-source-ip: "true" + custom-console-name: "" + custom-console-url: "" + custom-console-url-pr-details: "" + custom-console-url-pr-tasklog: "" + error-detection-from-container-logs: "true" + error-detection-max-number-of-lines: "50" + error-detection-simple-regexp: ^(?P[^:]*):(?P[0-9]+):(?P[0-9]+):([ + ]*)?(?P.*) + error-log-snippet: "true" + hub-catalog-name: tekton + hub-url: https://api.hub.tekton.dev/v1 + remote-tasks: "true" + secret-auto-create: "true" + secret-github-app-token-scoped: "true" + profile: all + pruner: + disabled: false + keep: 100 + resources: + - pipelinerun + schedule: 0 8 * * * + targetNamespace: openshift-pipelines + trigger: + default-service-account: pipeline + enable-api-fields: stable diff --git a/tests/all-rhods-industrial-edge-factory.expected.yaml b/tests/all-rhods-industrial-edge-factory.expected.yaml new file mode 100644 index 00000000..98fae38b --- /dev/null +++ b/tests/all-rhods-industrial-edge-factory.expected.yaml @@ -0,0 +1,47 @@ +--- +# Source: rhods/templates/rhods-datasciencecluster-init.yaml +kind: DSCInitialization +apiVersion: dscinitialization.opendatahub.io/v1 +metadata: + labels: + app.kubernetes.io/created-by: rhods-operator + app.kubernetes.io/name: dscinitialization + app.kubernetes.io/part-of: rhods-operator + name: default-dsci +spec: + applicationsNamespace: redhat-ods-applications + monitoring: + managementState: Managed + namespace: redhat-ods-monitoring + serviceMesh: + controlPlane: + metricsCollection: Istio + name: data-science-smcp + namespace: istio-system + managementState: Removed +--- +# Source: rhods/templates/rhods-datasciencecluster.yaml +apiVersion: datasciencecluster.opendatahub.io/v1 +kind: DataScienceCluster +metadata: + name: rhods-datasciencecluster + annotations: + argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true +spec: + components: + codeflare: + managementState: Removed + dashboard: + managementState: Managed + datasciencepipelines: + managementState: Managed + kserve: + managementState: Removed + modelmeshserving: + managementState: Managed + ray: + managementState: Removed + trustyai: + managementState: Removed + workbenches: + managementState: Managed diff --git a/tests/all-rhods-industrial-edge-hub.expected.yaml b/tests/all-rhods-industrial-edge-hub.expected.yaml new file mode 100644 index 00000000..98fae38b --- /dev/null +++ b/tests/all-rhods-industrial-edge-hub.expected.yaml @@ -0,0 +1,47 @@ +--- +# Source: rhods/templates/rhods-datasciencecluster-init.yaml +kind: DSCInitialization +apiVersion: dscinitialization.opendatahub.io/v1 +metadata: + labels: + app.kubernetes.io/created-by: rhods-operator + app.kubernetes.io/name: dscinitialization + app.kubernetes.io/part-of: rhods-operator + name: default-dsci +spec: + applicationsNamespace: redhat-ods-applications + monitoring: + managementState: Managed + namespace: redhat-ods-monitoring + serviceMesh: + controlPlane: + metricsCollection: Istio + name: data-science-smcp + namespace: istio-system + managementState: Removed +--- +# Source: rhods/templates/rhods-datasciencecluster.yaml +apiVersion: datasciencecluster.opendatahub.io/v1 +kind: DataScienceCluster +metadata: + name: rhods-datasciencecluster + annotations: + argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true +spec: + components: + codeflare: + managementState: Removed + dashboard: + managementState: Managed + datasciencepipelines: + managementState: Managed + kserve: + managementState: Removed + modelmeshserving: + managementState: Managed + ray: + managementState: Removed + trustyai: + managementState: Removed + workbenches: + managementState: Managed diff --git a/tests/all-rhods-medical-diagnosis-hub.expected.yaml b/tests/all-rhods-medical-diagnosis-hub.expected.yaml new file mode 100644 index 00000000..98fae38b --- /dev/null +++ b/tests/all-rhods-medical-diagnosis-hub.expected.yaml @@ -0,0 +1,47 @@ +--- +# Source: rhods/templates/rhods-datasciencecluster-init.yaml +kind: DSCInitialization +apiVersion: dscinitialization.opendatahub.io/v1 +metadata: + labels: + app.kubernetes.io/created-by: rhods-operator + app.kubernetes.io/name: dscinitialization + app.kubernetes.io/part-of: rhods-operator + name: default-dsci +spec: + applicationsNamespace: redhat-ods-applications + monitoring: + managementState: Managed + namespace: redhat-ods-monitoring + serviceMesh: + controlPlane: + metricsCollection: Istio + name: data-science-smcp + namespace: istio-system + managementState: Removed +--- +# Source: rhods/templates/rhods-datasciencecluster.yaml +apiVersion: datasciencecluster.opendatahub.io/v1 +kind: DataScienceCluster +metadata: + name: rhods-datasciencecluster + annotations: + argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true +spec: + components: + codeflare: + managementState: Removed + dashboard: + managementState: Managed + datasciencepipelines: + managementState: Managed + kserve: + managementState: Removed + modelmeshserving: + managementState: Managed + ray: + managementState: Removed + trustyai: + managementState: Removed + workbenches: + managementState: Managed diff --git a/tests/all-rhods-naked.expected.yaml b/tests/all-rhods-naked.expected.yaml new file mode 100644 index 00000000..98fae38b --- /dev/null +++ b/tests/all-rhods-naked.expected.yaml @@ -0,0 +1,47 @@ +--- +# Source: rhods/templates/rhods-datasciencecluster-init.yaml +kind: DSCInitialization +apiVersion: dscinitialization.opendatahub.io/v1 +metadata: + labels: + app.kubernetes.io/created-by: rhods-operator + app.kubernetes.io/name: dscinitialization + app.kubernetes.io/part-of: rhods-operator + name: default-dsci +spec: + applicationsNamespace: redhat-ods-applications + monitoring: + managementState: Managed + namespace: redhat-ods-monitoring + serviceMesh: + controlPlane: + metricsCollection: Istio + name: data-science-smcp + namespace: istio-system + managementState: Removed +--- +# Source: rhods/templates/rhods-datasciencecluster.yaml +apiVersion: datasciencecluster.opendatahub.io/v1 +kind: DataScienceCluster +metadata: + name: rhods-datasciencecluster + annotations: + argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true +spec: + components: + codeflare: + managementState: Removed + dashboard: + managementState: Managed + datasciencepipelines: + managementState: Managed + kserve: + managementState: Removed + modelmeshserving: + managementState: Managed + ray: + managementState: Removed + trustyai: + managementState: Removed + workbenches: + managementState: Managed diff --git a/tests/all-rhods-normal.expected.yaml b/tests/all-rhods-normal.expected.yaml new file mode 100644 index 00000000..98fae38b --- /dev/null +++ b/tests/all-rhods-normal.expected.yaml @@ -0,0 +1,47 @@ +--- +# Source: rhods/templates/rhods-datasciencecluster-init.yaml +kind: DSCInitialization +apiVersion: dscinitialization.opendatahub.io/v1 +metadata: + labels: + app.kubernetes.io/created-by: rhods-operator + app.kubernetes.io/name: dscinitialization + app.kubernetes.io/part-of: rhods-operator + name: default-dsci +spec: + applicationsNamespace: redhat-ods-applications + monitoring: + managementState: Managed + namespace: redhat-ods-monitoring + serviceMesh: + controlPlane: + metricsCollection: Istio + name: data-science-smcp + namespace: istio-system + managementState: Removed +--- +# Source: rhods/templates/rhods-datasciencecluster.yaml +apiVersion: datasciencecluster.opendatahub.io/v1 +kind: DataScienceCluster +metadata: + name: rhods-datasciencecluster + annotations: + argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true +spec: + components: + codeflare: + managementState: Removed + dashboard: + managementState: Managed + datasciencepipelines: + managementState: Managed + kserve: + managementState: Removed + modelmeshserving: + managementState: Managed + ray: + managementState: Removed + trustyai: + managementState: Removed + workbenches: + managementState: Managed diff --git a/tests/common-hashicorp-vault-industrial-edge-factory.expected.yaml b/tests/common-hashicorp-vault-industrial-edge-factory.expected.yaml index be80a5c3..76f8cee9 100644 --- a/tests/common-hashicorp-vault-industrial-edge-factory.expected.yaml +++ b/tests/common-hashicorp-vault-industrial-edge-factory.expected.yaml @@ -351,7 +351,7 @@ metadata: app.kubernetes.io/instance: common-hashicorp-vault app.kubernetes.io/managed-by: Helm spec: - host: + host: chart-example.local to: kind: Service name: common-hashicorp-vault diff --git a/tests/common-hashicorp-vault-industrial-edge-hub.expected.yaml b/tests/common-hashicorp-vault-industrial-edge-hub.expected.yaml index be80a5c3..76f8cee9 100644 --- a/tests/common-hashicorp-vault-industrial-edge-hub.expected.yaml +++ b/tests/common-hashicorp-vault-industrial-edge-hub.expected.yaml @@ -351,7 +351,7 @@ metadata: app.kubernetes.io/instance: common-hashicorp-vault app.kubernetes.io/managed-by: Helm spec: - host: + host: chart-example.local to: kind: Service name: common-hashicorp-vault diff --git a/tests/common-hashicorp-vault-medical-diagnosis-hub.expected.yaml b/tests/common-hashicorp-vault-medical-diagnosis-hub.expected.yaml index be80a5c3..76f8cee9 100644 --- a/tests/common-hashicorp-vault-medical-diagnosis-hub.expected.yaml +++ b/tests/common-hashicorp-vault-medical-diagnosis-hub.expected.yaml @@ -351,7 +351,7 @@ metadata: app.kubernetes.io/instance: common-hashicorp-vault app.kubernetes.io/managed-by: Helm spec: - host: + host: chart-example.local to: kind: Service name: common-hashicorp-vault diff --git a/tests/common-hashicorp-vault-naked.expected.yaml b/tests/common-hashicorp-vault-naked.expected.yaml index ef95f1cb..c9ca9e5e 100644 --- a/tests/common-hashicorp-vault-naked.expected.yaml +++ b/tests/common-hashicorp-vault-naked.expected.yaml @@ -351,7 +351,7 @@ metadata: app.kubernetes.io/instance: common-hashicorp-vault app.kubernetes.io/managed-by: Helm spec: - host: + host: chart-example.local to: kind: Service name: common-hashicorp-vault diff --git a/tests/common-hashicorp-vault-normal.expected.yaml b/tests/common-hashicorp-vault-normal.expected.yaml index be80a5c3..76f8cee9 100644 --- a/tests/common-hashicorp-vault-normal.expected.yaml +++ b/tests/common-hashicorp-vault-normal.expected.yaml @@ -351,7 +351,7 @@ metadata: app.kubernetes.io/instance: common-hashicorp-vault app.kubernetes.io/managed-by: Helm spec: - host: + host: chart-example.local to: kind: Service name: common-hashicorp-vault