diff options
Diffstat (limited to 'kubernetes/so/templates/secret.yaml')
-rw-r--r-- | kubernetes/so/templates/secret.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/so/templates/secret.yaml b/kubernetes/so/templates/secret.yaml index bdcecddfa3..5e9a62f00d 100644 --- a/kubernetes/so/templates/secret.yaml +++ b/kubernetes/so/templates/secret.yaml @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -{{ include "common.secret" . }} +{{ include "common.secretFast" . }} |