我有 deploymentconfig.yml ,其中包含许多相同的装载路径。
类似这样的东西:
<resources>
<string name="app_name">TimeTable</string>
<string-array name="Main">
<item>TimeTable</item>
<item>Subjects</item>
<item>Faculty</item>
<item>Resources</item>
</string-array>
<string-array name="Desc">
<item>desc_1</item>
<item>desc_2</item>
<item>desc_3</item>
<item>desc_4</item>
</string-array>
</resources>
是否可以为同一路径定义变量,以便以后可以在文件中多次重用?
最终结果:
volumeMounts:
- mountPath: /var/jfrog/jfrog-artifactory-pro/secrets
name: secrets
- mountPath: /config
name: vault