Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

    1. Add the next code inside the magnoliaAuthor and magnoliaPublic tag
      Expand
      Code Block
      magnoliaAuthor:
        useExistingSecret activation:
          useExistingSecret: True
        secret   secret:
      	  name: activation-key
          key   key: activation-secret
      magnoliaPublic:
         useExistingSecret activation:
          useExistingSecret: True
        secret   secret:
      	  name: activation-key
            key key: activation-secret 

3. Disable the backup in magnoliaAuthor and magnoliaPublic

...