aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2018-09-20 15:31:15 +0200
committergjoranv <gv@oath.com>2019-01-21 15:09:22 +0100
commitc40265a5a0f399bc2e9a12025d0124edec7d0bf8 (patch)
tree3062e6a21ead6d58ac7e7d92d4086d38c3b332d7 /config-model/src/main/resources
parent7b58424ddd4cdf0c2e963cd89bac83dcf8566381 (diff)
Remove further traces of rotationScheme.
Diffstat (limited to 'config-model/src/main/resources')
-rw-r--r--config-model/src/main/resources/schema/containercluster.rnc3
1 files changed, 1 insertions, 2 deletions
diff --git a/config-model/src/main/resources/schema/containercluster.rnc b/config-model/src/main/resources/schema/containercluster.rnc
index fdb5b3193f5..a30f61809ad 100644
--- a/config-model/src/main/resources/schema/containercluster.rnc
+++ b/config-model/src/main/resources/schema/containercluster.rnc
@@ -72,8 +72,7 @@ AccessLog = element accesslog {
attribute compressOnRotation { xsd:boolean }? &
attribute symlinkName { string }? &
- attribute rotationInterval { string }? &
- attribute rotationScheme { string "date" | string "sequence" }?
+ attribute rotationInterval { string }?
}
SecretStore = element secret-store {