Skip to content

Commit

Permalink
improving protection policy generateName field
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Haigh <mhaigh@netapp.com>
  • Loading branch information
MichaelHaigh committed Apr 23, 2024
1 parent 15b2e9b commit 6a12daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tkSrc/create.py
Expand Up @@ -341,7 +341,7 @@ def createV3Protection(
template = helpers.setupJinja("protection")
v3_dict = yaml.safe_load(
template.render(
name=helpers.isRFC1123(f"{app}-{granularity}", ignore_length=True) + "-",
name=helpers.isRFC1123(f"{granularity}-{app}", ignore_length=True) + "-",
appName=app,
appVaultName=bucket,
backupRetention=backupRetention,
Expand Down

0 comments on commit 6a12daf

Please sign in to comment.