From 0beeeebdfa8354b32d8b912330a4c199e55eb515 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Thu, 20 Feb 2020 15:45:05 -0500 Subject: [PATCH] openshift-apps: update comment in pvc for ostree apps Update the comment in the pvc in coreos-ostree-importer and fedora-ostree-pruner to more accurately reflect reality as now there is a stg netapp volume. --- roles/openshift-apps/coreos-ostree-importer/templates/pvc.yml | 4 ++-- roles/openshift-apps/fedora-ostree-pruner/templates/pvc.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/openshift-apps/coreos-ostree-importer/templates/pvc.yml b/roles/openshift-apps/coreos-ostree-importer/templates/pvc.yml index 2a32e87658..37d1c27297 100644 --- a/roles/openshift-apps/coreos-ostree-importer/templates/pvc.yml +++ b/roles/openshift-apps/coreos-ostree-importer/templates/pvc.yml @@ -1,7 +1,7 @@ # PVC to mount the fedora-ostree-content-volume NFS share # that has been mapped in to OpenShift by Fedora Infra for -# us from the NetApp. This corresponds to the fedora-ostree-content -# NetApp volume which is mounted in other places as well. +# us from the NetApp. This corresponds to the fedora-ostree-content{,-stg} +# NetApp volumes which are mounted in other places as well. apiVersion: v1 kind: PersistentVolumeClaim metadata: diff --git a/roles/openshift-apps/fedora-ostree-pruner/templates/pvc.yml b/roles/openshift-apps/fedora-ostree-pruner/templates/pvc.yml index 1490dec490..fdcddda51d 100644 --- a/roles/openshift-apps/fedora-ostree-pruner/templates/pvc.yml +++ b/roles/openshift-apps/fedora-ostree-pruner/templates/pvc.yml @@ -1,7 +1,7 @@ # PVC to mount the fedora-ostree-content-volume NFS share # that has been mapped in to OpenShift by Fedora Infra for -# us from the NetApp. This corresponds to the fedora-ostree-content -# NetApp volume which is mounted in other places as well. +# us from the NetApp. This corresponds to the fedora-ostree-content{,-stg} +# NetApp volumes which are mounted in other places as well. apiVersion: v1 kind: PersistentVolumeClaim metadata: