github.com/verrazzano/verrazzano@v1.7.1/tests/e2e/config/scripts/get_oci_dns_zone.sh (about)

     1  #!/bin/bash
     2  #
     3  # Copyright (c) 2020, 2021, Oracle and/or its affiliates.
     4  # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
     5  #
     6  
     7  TEST_CONFIG_FILE=$1
     8  DNS_ZONE=$2
     9  sed -i "s/XX_DNS_ZONE_XX/${DNS_ZONE}/" ${TEST_CONFIG_FILE}